Compartir a través de


ChildElementInfoAttribute Constructores

Definición

Sobrecargas

ChildElementInfoAttribute(Type)

Inicialice una nueva instancia de ChildElementTypeAttribute.

ChildElementInfoAttribute(Type, FileFormatVersions)

Inicialice una nueva instancia de ChildElementTypeAttribute.

ChildElementInfoAttribute(Type)

Inicialice una nueva instancia de ChildElementTypeAttribute.

public ChildElementInfoAttribute (Type elementType);
new DocumentFormat.OpenXml.ChildElementInfoAttribute : Type -> DocumentFormat.OpenXml.ChildElementInfoAttribute
Public Sub New (elementType As Type)

Parámetros

elementType
Type

Especifica el tipo del posible elemento secundario.

Se aplica a

ChildElementInfoAttribute(Type, FileFormatVersions)

Inicialice una nueva instancia de ChildElementTypeAttribute.

public ChildElementInfoAttribute (Type elementType, DocumentFormat.OpenXml.FileFormatVersions availableInOfficeVersion);
new DocumentFormat.OpenXml.ChildElementInfoAttribute : Type * DocumentFormat.OpenXml.FileFormatVersions -> DocumentFormat.OpenXml.ChildElementInfoAttribute
Public Sub New (elementType As Type, availableInOfficeVersion As FileFormatVersions)

Parámetros

elementType
Type

Especifica el tipo del posible elemento secundario.

availableInOfficeVersion
FileFormatVersions

Especifica la versión de office donde el elemento secundario está disponible por primera vez.

Se aplica a