XmlNodeReader(XmlNode) 생성자

정의

지정된 XmlNode를 사용하여 XmlNodeReader 클래스의 인스턴스를 만듭니다.

public:
 XmlNodeReader(System::Xml::XmlNode ^ node);
public XmlNodeReader (System.Xml.XmlNode node);
new System.Xml.XmlNodeReader : System.Xml.XmlNode -> System.Xml.XmlNodeReader
Public Sub New (node As XmlNode)

매개 변수

node
XmlNode

읽으려는 XmlNode입니다.

설명

참고

.NET Framework 2.0에서는 클래스와 Create 메서드를 사용하여 인스턴스를 XmlReaderSettings 만드는 XmlReader 것이 좋습니다. 이렇게 하면 .NET Framework 도입된 모든 새로운 기능을 최대한 활용할 수 있습니다. 자세한 내용은 참조 페이지의 설명 섹션을 XmlReader 참조하세요.

메서드를 만드는 XmlNodeReader데 사용되는 코드의 자세한 내용 및 예제는 메서드의 Create 오버로드를 참조 XmlReader 하세요.

적용 대상