Share via


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

适用于