PropertyGrid.BrowsableAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与属性网格连接的对象相关联的可浏览特性。
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 。