Partager via


XsltFunctions.MSNamespaceUri(String, XPathNavigator) Méthode

Définition

Implémente la ms:namespace-urifonction d’extension 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

String

URI d'espace de noms comme String.

S’applique à