MemberInfo.GetCustomAttributesData メソッド

定義

ターゲット メンバーに適用されている属性に関するデータを表す CustomAttributeData オブジェクトのリストを返します。

public:
 virtual System::Collections::Generic::IList<System::Reflection::CustomAttributeData ^> ^ GetCustomAttributesData();
public virtual System.Collections.Generic.IList<System.Reflection.CustomAttributeData> GetCustomAttributesData ();
abstract member GetCustomAttributesData : unit -> System.Collections.Generic.IList<System.Reflection.CustomAttributeData>
override this.GetCustomAttributesData : unit -> System.Collections.Generic.IList<System.Reflection.CustomAttributeData>
Public Overridable Function GetCustomAttributesData () As IList(Of CustomAttributeData)

戻り値

対象のメンバーに適用されている属性に関するデータを表す CustomAttributeData オブジェクトのジェネリック リスト。

注釈

このメソッドを使用して、リフレクションのみのコンテキストでコードのカスタム属性を調べます。カスタム属性自体が、リフレクション専用コンテキストに読み込まれるコードで定義されている場合に使用します。 このような場合、属性のインスタンスを作成するため、 や などのAttribute.GetCustomAttributesMemberInfo.GetCustomAttributesメソッドは使用できません。 リフレクションのみのコンテキスト内のコードは実行できません。 詳細とコードの例については、 クラスを CustomAttributeData 参照してください。

型メンバーを表す名前空間内の クラスと クラスはすべて からMemberInfo派生するためType、このメソッドは型、入れ子になった型、および型メンバーのSystem.Reflectionカスタム属性データを取得します。

適用対象