ExcelXml.StrXPathQuery Method (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, _
strPrefix As String _
) As String
'Usage
Dim strElName As String
Dim strPrefix As String
Dim returnValue As String
returnValue = ExcelXml.StrXPathQuery(strElName, _
strPrefix)
protected static string StrXPathQuery(
string strElName,
string strPrefix
)
Parameters
- strElName
Type: System.String
- strPrefix
Type: System.String
Return Value
Type: System.String