Freigeben über


OpenXmlReader.EOF-Eigenschaft

When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property EOF As Boolean
    Get
'Usage
Dim instance As OpenXmlReader
Dim value As Boolean

value = instance.EOF
public abstract bool EOF { get; }

Eigenschaftswert

Typ: System.Boolean
Returns Boolean.

Siehe auch

Referenz

OpenXmlReader Klasse

OpenXmlReader-Member

DocumentFormat.OpenXml-Namespace