ChildElementInfoAttribute Constructors

Definition

Overloads

ChildElementInfoAttribute(Type)

Initialize a new instance of ChildElementTypeAttribute.

ChildElementInfoAttribute(Type, FileFormatVersions)

Initialize a new instance of ChildElementTypeAttribute.

ChildElementInfoAttribute(Type)

Initialize a new instance of ChildElementTypeAttribute.

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

Parameters

elementType
Type

Specifies the type of the possible child element.

Applies to

ChildElementInfoAttribute(Type, FileFormatVersions)

Initialize a new instance of 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)

Parameters

elementType
Type

Specifies the type of the possible child element.

availableInOfficeVersion
FileFormatVersions

Specifies the office version where the child element is first available.

Applies to