DependencyPropertyDescriptor.Category プロパティ

定義

CategoryAttributeで指定されているメンバーが属しているカテゴリの名前を取得します。

public:
 virtual property System::String ^ Category { System::String ^ get(); };
public override string Category { get; }
member this.Category : string
Public Overrides ReadOnly Property Category As String

プロパティ値

メンバーが属するカテゴリの名前。 CategoryAttributeがない場合、カテゴリ名は既定のカテゴリMiscに設定されます。

注釈

このプロパティは、基になる PropertyDescriptorに依存します。

適用対象