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