DOMNodeWrapper.nodeFromID 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 nodeFromID ( _
    idString As String _
) As IXMLDOMNode
'Usage
Dim instance As DOMNodeWrapper
Dim idString As String
Dim returnValue As IXMLDOMNode

returnValue = instance.nodeFromID(idString)
public IXMLDOMNode nodeFromID(
    string idString
)

Parameters

Return value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode

Implements

IXMLDOMDocument3.nodeFromID(String)
IXMLDOMDocument2.nodeFromID(String)
IXMLDOMDocument.nodeFromID(String)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace