ChildElementInfoAttribute 构造函数

定义

重载

ChildElementInfoAttribute(Type)

初始化 ChildElementTypeAttribute 的新实例。

ChildElementInfoAttribute(Type, FileFormatVersions)

初始化 ChildElementTypeAttribute 的新实例。

ChildElementInfoAttribute(Type)

初始化 ChildElementTypeAttribute 的新实例。

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

参数

elementType
Type

指定可能的子元素的类型。

适用于

ChildElementInfoAttribute(Type, FileFormatVersions)

初始化 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)

参数

elementType
Type

指定可能的子元素的类型。

availableInOfficeVersion
FileFormatVersions

指定子元素首次可用的 Office 版本。

适用于