ChildElementInfoAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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 版本。