XsltFunctions.MSNamespaceUri(String, XPathNavigator) Method

Definition

Implements the ms:namespace-uriMicrosoft XPath extension function.

This API supports the product infrastructure and is not intended to be used directly from your 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

Parameters

name
String

The name.

currentNode
XPathNavigator

The XPathNavigator instance.

Returns

Namespace URI as String.

Applies to