XmlDocumentXPathExtensions.ToXPathNavigable(XmlNode) 메서드

정의

탐색기를 생성하는 데 사용되는 IXPathNavigable 인스턴스를 만듭니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Xml::XPath::IXPathNavigable ^ ToXPathNavigable(System::Xml::XmlNode ^ node);
public static System.Xml.XPath.IXPathNavigable ToXPathNavigable (this System.Xml.XmlNode node);
static member ToXPathNavigable : System.Xml.XmlNode -> System.Xml.XPath.IXPathNavigable
<Extension()>
Public Function ToXPathNavigable (node As XmlNode) As IXPathNavigable

매개 변수

node
XmlNode

구현에서 새로 만든 탐색기를 배치해야 하는 노드입니다.

반환

IXPathNavigable

IXPathNavigable 인스턴스입니다.

적용 대상