Freigeben über


OpenXmlReader.StandaloneXml-Eigenschaft

Gets the standalone property in the XML declaration of the XML stream. Default is null.

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

Syntax

'Declaration
Public Overridable ReadOnly Property StandaloneXml As Nullable(Of Boolean)
    Get
'Usage
Dim instance As OpenXmlReader
Dim value As Nullable(Of Boolean)

value = instance.StandaloneXml
public virtual Nullable<bool> StandaloneXml { get; }

Eigenschaftswert

Typ: System.Nullable<Boolean>
Returns Nullable<T>.

Siehe auch

Referenz

OpenXmlReader Klasse

OpenXmlReader-Member

DocumentFormat.OpenXml-Namespace