OpenXmlElement.GetAttributes メソッド

定義

すべての属性のコピーを含むリストを取得します。

public System.Collections.Generic.IList<DocumentFormat.OpenXml.OpenXmlAttribute> GetAttributes ();
member this.GetAttributes : unit -> System.Collections.Generic.IList<DocumentFormat.OpenXml.OpenXmlAttribute>
Public Function GetAttributes () As IList(Of OpenXmlAttribute)

戻り値

属性の一覧。 属性がない場合は、空のリストを返します。

注釈

返されるリストは、非ライブ コピーです。

適用対象