ExcelXml.StrXPathQuery Method (String, String, String, String)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Protected Shared Function StrXPathQuery ( _
strElName As String, _
strAttrName As String, _
strAttrVal As String, _
strPrefix As String _
) As String
'Usage
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
)
Parameters
- strElName
Type: System.String
- strAttrName
Type: System.String
- strAttrVal
Type: System.String
- strPrefix
Type: System.String
Return Value
Type: System.String