ICustomTypeDescriptor.GetAttributes 方法

定义

返回此组件实例的自定义属性的集合。

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 的 。

适用于

另请参阅