OpenXmlElement.HasAttributes-Eigenschaft

Gets a boolean value indicating whether the current element has any attributes.

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

Syntax

'Declaration
Public ReadOnly Property HasAttributes As Boolean
    Get
'Usage
Dim instance As OpenXmlElement
Dim value As Boolean

value = instance.HasAttributes
public bool HasAttributes { get; }

Eigenschaftswert

Typ: System.Boolean
Returns Boolean.

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

DocumentFormat.OpenXml-Namespace