DependencyPropertyDescriptor.IsBrowsable プロパティ

定義

プロパティの BrowsableAttribute の値を取得します。

public:
 virtual property bool IsBrowsable { bool get(); };
public override bool IsBrowsable { get; }
member this.IsBrowsable : bool
Public Overrides ReadOnly Property IsBrowsable As Boolean

プロパティ値

プロパティに BrowsableAttribute が指定されている場合は true。それ以外の場合は false

注釈

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

適用対象