ExcelXml.StrXPathQuery - Méthode (String, String, String, String)

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.RecordsManagement.Reporting
Assembly :  Microsoft.Office.Policy (dans Microsoft.Office.Policy.dll)

Syntaxe

'Déclaration
Protected Shared Function StrXPathQuery ( _
    strElName As String, _
    strAttrName As String, _
    strAttrVal As String, _
    strPrefix As String _
) As String
'Utilisation
Dim strElName As String
Dim strAttrName As String
Dim strAttrVal As String
Dim strPrefix As String
Dim returnValue As String

returnValue = ExcelXml.StrXPathQuery(strElName, _
    strAttrName, strAttrVal, strPrefix)
protected static string StrXPathQuery(
    string strElName,
    string strAttrName,
    string strAttrVal,
    string strPrefix
)

Paramètres

Valeur renvoyée

Type : System.String

Voir aussi

Référence

ExcelXml classe

ExcelXml - Membres

StrXPathQuery - Surcharge

Microsoft.Office.RecordsManagement.Reporting - Espace de noms