PropertyMetadata.GetAttributes 方法

定义

检索包含所有属性的数组。

重载

GetAttributes()

检索包含所有属性的数组。

GetAttributes(Type)

接收 Attribute 类型的数组,该数组包含那些类型等于 attributeType 的属性。

GetAttributes()

检索包含所有属性的数组。

public:
 cli::array <Attribute ^> ^ GetAttributes();
public Attribute[] GetAttributes ();
member this.GetAttributes : unit -> Attribute[]
Public Function GetAttributes () As Attribute()

返回

Attribute[]

包含所有属性的数组。

适用于

GetAttributes(Type)

接收 Attribute 类型的数组,该数组包含那些类型等于 attributeType 的属性。

public:
 cli::array <Attribute ^> ^ GetAttributes(Type ^ attributeType);
public Attribute[] GetAttributes (Type attributeType);
member this.GetAttributes : Type -> Attribute[]
Public Function GetAttributes (attributeType As Type) As Attribute()

参数

attributeType
Type

要返回的属性的 Type

返回

Attribute[]

一个 Attribute 类型的数组,该数组包含那些类型等于 attributeType 的属性。

适用于