ChildElementInfoAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.