ChildElementInfoAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.