ICustomTypeDescriptor.GetAttributes 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此组件实例的自定义属性的集合。
public:
System::ComponentModel::AttributeCollection ^ GetAttributes();
public System.ComponentModel.AttributeCollection GetAttributes ();
abstract member GetAttributes : unit -> System.ComponentModel.AttributeCollection
Public Function GetAttributes () As AttributeCollection
返回
包含此对象的属性的 AttributeCollection。
注解
返回值从不 null
为 。
如果未为 对象指定自定义属性,则实现者可以返回空 AttributeCollection 的 。