XsltFunctions.MSNamespaceUri(String, XPathNavigator) Metoda

Definice

Implementuje ms:namespace-uri funkci rozšíření Microsoft XPath.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

name
String

Název.

currentNode
XPathNavigator

Instance XPathNavigator.

Návraty

Identifikátor URI oboru názvů jako String.

Platí pro