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 を格納する配列。

適用対象