Freigeben über


ChildElementInfoAttribute Konstruktoren

Definition

Überlädt

ChildElementInfoAttribute(Type)

Initialisieren Sie eine neue instance von ChildElementTypeAttribute.

ChildElementInfoAttribute(Type, FileFormatVersions)

Initialisieren Sie eine neue instance von ChildElementTypeAttribute.

ChildElementInfoAttribute(Type)

Initialisieren Sie eine neue instance von ChildElementTypeAttribute.

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

Parameter

elementType
Type

Gibt den Typ des möglichen untergeordneten Elements an.

Gilt für:

ChildElementInfoAttribute(Type, FileFormatVersions)

Initialisieren Sie eine neue instance von 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)

Parameter

elementType
Type

Gibt den Typ des möglichen untergeordneten Elements an.

availableInOfficeVersion
FileFormatVersions

Gibt die Office-Version an, in der das untergeordnete Element zuerst verfügbar ist.

Gilt für: