Share via


OpenXmlElement.HasAttributes Property

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

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

Syntax

'宣言
Public ReadOnly Property HasAttributes As Boolean
    Get
'使用
Dim instance As OpenXmlElement
Dim value As Boolean

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

DocumentFormat.OpenXml Namespace