IXMLDOMDocument3.selectNodes - Méthode (String)

Ce type ou ce membre fait office de proxy pour un objet ou un membre Microsoft XML Core Services (MSXML). Pour plus d’informations sur l’objet ou le membre MSXML encapsulé par ce type ou ce membre, voir MSXML SDK. Pour plus d’informations sur l’utilisation d’objets ou de membres MSXML à partir du code managé, voir Utilisation de MSXML5 et de System.Xml avec le modèle objet InfoPath 2003.

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

Syntaxe

'Déclaration
Function selectNodes ( _
    queryString As String _
) As IXMLDOMNodeList
'Utilisation
Dim instance As IXMLDOMDocument3
Dim queryString As String
Dim returnValue As IXMLDOMNodeList

returnValue = instance.selectNodes(queryString)
IXMLDOMNodeList selectNodes(
    string queryString
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNodeList

Implémentations

IXMLDOMDocument2.selectNodes(String)

Voir aussi

Référence

IXMLDOMDocument3 interface

IXMLDOMDocument3 - Membres

selectNodes - Surcharge

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