Изменить

Поделиться через


XmlValidatingReader.NodeType Property

Definition

Gets the type of the current node.

public:
 virtual property System::Xml::XmlNodeType NodeType { System::Xml::XmlNodeType get(); };
public override System.Xml.XmlNodeType NodeType { get; }
member this.NodeType : System.Xml.XmlNodeType
Public Overrides ReadOnly Property NodeType As XmlNodeType

Property Value

One of the XmlNodeType values representing the type of the current node.

Remarks

Note

The XmlValidatingReader class is obsolete in .NET Framework 2.0. You can create a validating XmlReader instance by using the XmlReaderSettings class and the Create method. For more information, see the Remarks section of the XmlReader reference page.

This property never returns the following XmlNodeType types: Document, DocumentFragment, Entity, or Notation.

Applies to

See also