CategoryAttribute で指定されている、メンバが属するカテゴリの名前を取得します。
Public Overridable ReadOnly Property Category As String
[C#]
public virtual string Category {get;}
[C++]
public: __property virtual String* get_Category();
[JScript]
public function get Category() : String;
プロパティ値
メンバが属しているカテゴリの名前。 CategoryAttribute がない場合、カテゴリ名は既定のカテゴリである Misc に設定されます。
解説
ビジュアル デザイナでは、このプロパティの値を使用して、カテゴリに属するメンバを表示できます。
必要条件
プラットフォーム: 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 名前空間 | Description | IsBrowsable | Name