OpenXmlElement.SetAttributes(IEnumerable<OpenXmlAttribute>) メソッド

定義

要素に複数の属性を設定します。 属性が既知の属性の場合、属性の値が設定されます。 属性が拡張属性の場合、拡張属性リストに 'openxmlAttribute' が追加されます。

public void SetAttributes (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlAttribute> openXmlAttributes);
member this.SetAttributes : seq<DocumentFormat.OpenXml.OpenXmlAttribute> -> unit
Public Sub SetAttributes (openXmlAttributes As IEnumerable(Of OpenXmlAttribute))

パラメーター

openXmlAttributes
IEnumerable<OpenXmlAttribute>

要素に設定する属性。

適用対象