Sdílet prostřednictvím


XsltFunctions.MSNamespaceUri(String, XPathNavigator) Metoda

Definice

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

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

String

Identifikátor URI oboru názvů String .

Platí pro