次の方法で共有


OpenXmlElement.ExtendedAttributes プロパティ

定義

現在の要素のすべての拡張属性 (スキーマで定義されていない属性) を取得します。

public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlAttribute> ExtendedAttributes { get; }
member this.ExtendedAttributes : seq<DocumentFormat.OpenXml.OpenXmlAttribute>
Public ReadOnly Property ExtendedAttributes As IEnumerable(Of OpenXmlAttribute)

プロパティ値

を返します IList<T>

適用対象