XsltFunctions.MSNamespaceUri(String, XPathNavigator) メソッド

定義

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。

適用対象