Freigeben über


OpenXmlPartReader.StandaloneXml-Eigenschaft

Get the standalone property of the XML file. False if there is no "standalone" in the XML declaration stream.

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

Syntax

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

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

Eigenschaftswert

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

Siehe auch

Referenz

OpenXmlPartReader Klasse

OpenXmlPartReader-Member

DocumentFormat.OpenXml-Namespace