다음을 통해 공유


XsltFunctions.MSNamespaceUri(String, XPathNavigator) 메서드

정의

ms:namespace-uriMicrosoft XPath 확장 함수를 구현합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

name
String

이름입니다.

currentNode
XPathNavigator

XPathNavigator 인스턴스입니다.

반환

String

String인 네임스페이스 URI입니다.

적용 대상