MemberDescriptor.IsBrowsable プロパティ
BrowsableAttribute で指定されている、メンバが参照可能かどうかを示す値を取得します。
Public Overridable ReadOnly Property IsBrowsable As Boolean
[C#]
public virtual bool IsBrowsable {get;}
[C++]
public: __property virtual bool get_IsBrowsable();
[JScript]
public function get IsBrowsable() : Boolean;
プロパティ値
メンバが参照可能である場合は true 。それ以外の場合は false 。 BrowsableAttribute がない場合、プロパティ値は既定値である true に設定されます。
解説
通常、ビジュアル デザイナでは、参照可能なメンバが [プロパティ] ウィンドウに表示されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
MemberDescriptor クラス | MemberDescriptor メンバ | System.ComponentModel 名前空間 | Category | Description | Name