IRootGridEntry.BrowsableAttributes 属性

定义

获取或者设置属性浏览器筛选所依据的特性。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

AttributeCollection

属性浏览器筛选所依据的特性。

适用于