AttributeUsageAttribute.ValidOn プロパティ
制御対象とする属性を適用できるプログラム要素を識別する一連の値を取得します。
Public ReadOnly Property ValidOn As AttributeTargets
[C#]
public AttributeTargets ValidOn {get;}
[C++]
public: __property AttributeTargets get_ValidOn();
[JScript]
public function get ValidOn() : AttributeTargets;
プロパティ値
1 つ以上の AttributeTargets 値。既定値は All です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
AttributeUsageAttribute クラス | AttributeUsageAttribute メンバ | System 名前空間 | AttributeTargets