ChildElementInfoAttribute Construtores

Definição

Sobrecargas

ChildElementInfoAttribute(Type)

Inicialize uma nova instância de ChildElementTypeAttribute.

ChildElementInfoAttribute(Type, FileFormatVersions)

Inicialize uma nova instância de ChildElementTypeAttribute.

ChildElementInfoAttribute(Type)

Inicialize uma nova instância 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 o tipo do possível elemento filho.

Aplica-se a

ChildElementInfoAttribute(Type, FileFormatVersions)

Inicialize uma nova instância 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 o tipo do possível elemento filho.

availableInOfficeVersion
FileFormatVersions

Especifica a versão do office em que o elemento filho está disponível pela primeira vez.

Aplica-se a