Share via


DOMNodeWrapper.loadXML method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Function loadXML ( _
    bstrXML As String _
) As Boolean
'Usage
Dim instance As DOMNodeWrapper
Dim bstrXML As String
Dim returnValue As Boolean

returnValue = instance.loadXML(bstrXML)
public bool loadXML(
    string bstrXML
)

Parameters

Return value

Type: System.Boolean

Implements

IXMLDOMDocument3.loadXML(String)
IXMLDOMDocument2.loadXML(String)
IXMLDOMDocument.loadXML(String)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace