Share via


OpenXmlElement.SetAttributes(IEnumerable<OpenXmlAttribute>) Método

Definición

Establece una serie de atributos en el elemento . Si un atributo es un atributo conocido, se establece el valor del atributo. Si un atributo es un atributo extendido, el atributo "openxmlAttribute" se agrega a la lista de atributos extendidos.

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))

Parámetros

openXmlAttributes
IEnumerable<OpenXmlAttribute>

Atributos que se van a establecer en el elemento .

Se aplica a