CustomTypeDescriptor.GetAttributes 方法

定义

返回此类型说明符表示的类型的自定义特性集合。

public:
 virtual System::ComponentModel::AttributeCollection ^ GetAttributes();
public virtual System.ComponentModel.AttributeCollection GetAttributes ();
abstract member GetAttributes : unit -> System.ComponentModel.AttributeCollection
override this.GetAttributes : unit -> System.ComponentModel.AttributeCollection
Public Overridable Function GetAttributes () As AttributeCollection

返回

一个 AttributeCollection,包含该类型的特性。 默认值为 Empty

实现

注解

如果将父自定义类型描述符传递给 CustomTypeDescriptor 构造函数,该方法 GetAttributes 将调用父级的相应方法。

适用于

另请参阅