ChildElementInfoAttribute クラス

定義

可能な子要素の種類のクラスを装飾するために使用する属性を定義します。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ChildElementInfoAttribute : Attribute
type ChildElementInfoAttribute = class
    inherit Attribute
Public NotInheritable Class ChildElementInfoAttribute
Inherits Attribute
継承
ChildElementInfoAttribute
属性

コンストラクター

ChildElementInfoAttribute(Type)

ChildElementTypeAttribute の新しいインスタンスを初期化します。

ChildElementInfoAttribute(Type, FileFormatVersions)

ChildElementTypeAttribute の新しいインスタンスを初期化します。

プロパティ

AvailableInVersion

子要素Office使用できるバージョンを取得します。

ElementType

可能な子要素の型を取得します。

適用対象