Share via


DOMNodeWrapper.load 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 load ( _
    xmlSource As Object _
) As Boolean
'Usage
Dim instance As DOMNodeWrapper
Dim xmlSource As Object
Dim returnValue As Boolean

returnValue = instance.load(xmlSource)
public bool load(
    Object xmlSource
)

Parameters

Return value

Type: System.Boolean

Implements

IXMLDOMDocument3.load(Object)
IXMLDOMDocument2.load(Object)
IXMLDOMDocument.load(Object)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace