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
- idString
Type: System.String
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Implements
IXMLDOMDocument3.nodeFromID(String)
IXMLDOMDocument2.nodeFromID(String)
IXMLDOMDocument.nodeFromID(String)