次の方法で共有


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 バージョンを指定します。

適用対象