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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

NativeMethods.IMethodXML Interface

NativeMethods.IMethodXML Members

Microsoft.VisualStudio Namespace