Taal

XsltFunctions.MSNamespaceUri(String, XPathNavigator) Methode

Definitie

Implementeert de functie ms:namespace-uriMicrosoft XPath-extensie.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

name
String

De naam.

currentNode
XPathNavigator

Het XPathNavigator-exemplaar.

Retouren

Naamruimte-URI als String.

Van toepassing op