The CFviDescriptionAttribute type exposes the following members.

Constructors

NameDescription
Public methodCFviDescriptionAttribute
コンストラクタ

Methods

NameDescription
Public methodEquals
指定したオブジェクトの値が現在の DescriptionAttribute と等しいかどうかを示す値を返します。
(Inherited from DescriptionAttribute.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode (Inherited from DescriptionAttribute.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodIsDefaultAttribute
これが既定の DescriptionAttribute インスタンスであるかどうかを示す値を返します。
(Inherited from DescriptionAttribute.)
Public methodMatch
派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。
(Inherited from Attribute.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)

Properties

NameDescription
Public propertyDescription
簡易説明文の取得
(Overrides DescriptionAttribute..::..Description.)
Protected propertyDescriptionValue
説明として格納されている文字列を取得または設定します。
(Inherited from DescriptionAttribute.)
Public propertyTypeId
派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。
(Inherited from Attribute.)

See Also