XsltFunctions.MSNamespaceUri(String, XPathNavigator) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 ms:namespace-uri
Microsoft XPath 擴充程式函式。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static System::String ^ MSNamespaceUri(System::String ^ name, System::Xml::XPath::XPathNavigator ^ currentNode);
public static string MSNamespaceUri (string name, System.Xml.XPath.XPathNavigator currentNode);
static member MSNamespaceUri : string * System.Xml.XPath.XPathNavigator -> string
Public Shared Function MSNamespaceUri (name As String, currentNode As XPathNavigator) As String
參數
- name
- String
名稱。
- currentNode
- XPathNavigator
XPathNavigator 執行個體。
傳回
為 String 的命名空間 URI。