ChildElementInfoAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.