XsltFunctions.MSNamespaceUri(String, XPathNavigator) Méthode

Définition

Implémente la fonction d’extension ms:namespace-uri Microsoft XPath.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

name
String

Nom.

currentNode
XPathNavigator

Instance XPathNavigator.

Retours

URI d’espace de noms en tant que String.

S’applique à