DOMNodeWrapper.nodeFromID - Méthode

Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly :  Microsoft.Office.Interop.InfoPath.SemiTrust (dans Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntaxe

'Déclaration
Public Function nodeFromID ( _
    idString As String _
) As IXMLDOMNode
'Utilisation
Dim instance As DOMNodeWrapper
Dim idString As String
Dim returnValue As IXMLDOMNode

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

Paramètres

Valeur renvoyée

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

Implémentations

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

Voir aussi

Référence

DOMNodeWrapper classe

DOMNodeWrapper - Membres

Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms