NativeMethods.IMethodXML.SetXML Method
Parses the incoming XML with respect to the CodeModel XML schema and uses the result to re-generate the body of the function.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function SetXML ( _
pszXML As String _
) As Integer
'Usage
Dim instance As NativeMethods..::..IMethodXML
Dim pszXML As String
Dim returnValue As Integer
returnValue = instance.SetXML(pszXML)
int SetXML(
string pszXML
)
int SetXML(
String^ pszXML
)
function SetXML(
pszXML : String
) : int
abstract SetXML :
pszXML:string -> int
Parameters
- pszXML
Type: System.String
The incoming XML
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
NativeMethods.IMethodXML Interface