OpenXmlElement.SetAttributes(IEnumerable<OpenXmlAttribute>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置元素的多个属性。 如果属性是已知属性,则会设置该特性的值。 如果属性是扩展属性,则会将“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>
要对 元素设置的属性。