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()

返品

すべての属性を含む配列。

適用対象

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と等しい型を持つ属性を含むattributeType型の配列。

適用対象