PropertyGrid.BrowsableAttributes 属性

定义

获取或设置与属性网格连接的对象相关联的可浏览特性。

public:
 property System::ComponentModel::AttributeCollection ^ BrowsableAttributes { System::ComponentModel::AttributeCollection ^ get(); void set(System::ComponentModel::AttributeCollection ^ value); };
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.AttributeCollection BrowsableAttributes { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BrowsableAttributes : System.ComponentModel.AttributeCollection with get, set
Public Property BrowsableAttributes As AttributeCollection

属性值

与该对象相关联的可浏览特性的集合。

属性

注解

只有属性与指定值匹配的属性才会显示在 中 PropertyGrid。 默认值为仅AttributeCollectionBrowsableAttribute.Yes包含 的 。

分配为空或 的属性null集合会导致使用 BrowsableAttribute.Yes set 创建新的 AttributeCollection

适用于

另请参阅