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
- bstrXML
Type: System.String
Return Value
Type: System.Boolean
Implements
IXMLDOMDocument3.loadXML(String)
IXMLDOMDocument2.loadXML(String)
IXMLDOMDocument.loadXML(String)