Partager via


ChildElementInfoAttribute Constructeurs

Définition

Surcharges

ChildElementInfoAttribute(Type)

Initialisez une nouvelle instance de ChildElementTypeAttribute.

ChildElementInfoAttribute(Type, FileFormatVersions)

Initialisez une nouvelle instance de ChildElementTypeAttribute.

ChildElementInfoAttribute(Type)

Initialisez une nouvelle instance de ChildElementTypeAttribute.

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

Paramètres

elementType
Type

Spécifie le type de l’élément enfant possible.

S’applique à

ChildElementInfoAttribute(Type, FileFormatVersions)

Initialisez une nouvelle instance 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)

Paramètres

elementType
Type

Spécifie le type de l’élément enfant possible.

availableInOfficeVersion
FileFormatVersions

Spécifie la version office dans laquelle l’élément enfant est disponible en premier.

S’applique à