共用方式為


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

適用於