XmlTextReader.ReadState Property
Gets the state of the reader.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
XmlTextReader Members
System.Xml Namespace
Assembly: System.Xml (in system.xml.dll)
Syntax
Visual Basic (Declaration)
Public Overrides ReadOnly Property ReadState As ReadState
Visual Basic (Usage)
Dim instance As XmlTextReader Dim value As ReadState value = instance.ReadState
C#
public override ReadState ReadState { get; }
C++
public: virtual property ReadState ReadState { ReadState get () override; }
J#
/** @property */ public ReadState get_ReadState ()
JScript
public override function get ReadState () : ReadState
XAML
Not applicable.
Property Value
One of the ReadState values.Remarks
Note: |
|---|
| In the Microsoft .NET Framework version 2.0 release, the recommended practice is to create XmlReader instances using the System.Xml.XmlReader.Create method. This allows you to take full advantage of the new features introduced in this release. For more information, see Creating XML Readers. |
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Version Information
.NET Framework
Supported in: 3.0, 2.0, 1.1, 1.0.NET Compact Framework
Supported in: 2.0, 1.0XNA Framework
Supported in: 1.0See Also
Reference
XmlTextReader ClassXmlTextReader Members
System.Xml Namespace
Note: