RegistrationBuilder.GetCustomAttributes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このリフレクション コンテキストで表されるように、指定されたオブジェクトのカスタム属性の変更されたコレクションを提供します。
オーバーロード
GetCustomAttributes(MemberInfo, IEnumerable<Object>) |
このリフレクション コンテキストで表されるように、指定されたメンバーのカスタム属性の一覧を提供します。 |
GetCustomAttributes(ParameterInfo, IEnumerable<Object>) |
このリフレクション コンテキストで表されるように、指定されたパラメーターのカスタム属性の一覧を提供します。 |
GetCustomAttributes(MemberInfo, IEnumerable<Object>)
このリフレクション コンテキストで表されるように、指定されたメンバーのカスタム属性の一覧を提供します。
protected:
override System::Collections::Generic::IEnumerable<System::Object ^> ^ GetCustomAttributes(System::Reflection::MemberInfo ^ member, System::Collections::Generic::IEnumerable<System::Object ^> ^ declaredAttributes);
protected override System.Collections.Generic.IEnumerable<object> GetCustomAttributes (System.Reflection.MemberInfo member, System.Collections.Generic.IEnumerable<object> declaredAttributes);
override this.GetCustomAttributes : System.Reflection.MemberInfo * seq<obj> -> seq<obj>
Protected Overrides Function GetCustomAttributes (member As MemberInfo, declaredAttributes As IEnumerable(Of Object)) As IEnumerable(Of Object)
パラメーター
- member
- MemberInfo
カスタム属性を返す対象のメンバー。
- declaredAttributes
- IEnumerable<Object>
現在のコンテキストにあるメンバーの属性のコレクション。
戻り値
このリフレクション コンテキストの指定されたメンバーのカスタム属性を表すコレクション。
適用対象
GetCustomAttributes(ParameterInfo, IEnumerable<Object>)
このリフレクション コンテキストで表されるように、指定されたパラメーターのカスタム属性の一覧を提供します。
protected:
override System::Collections::Generic::IEnumerable<System::Object ^> ^ GetCustomAttributes(System::Reflection::ParameterInfo ^ parameter, System::Collections::Generic::IEnumerable<System::Object ^> ^ declaredAttributes);
protected override System.Collections.Generic.IEnumerable<object> GetCustomAttributes (System.Reflection.ParameterInfo parameter, System.Collections.Generic.IEnumerable<object> declaredAttributes);
override this.GetCustomAttributes : System.Reflection.ParameterInfo * seq<obj> -> seq<obj>
Protected Overrides Function GetCustomAttributes (parameter As ParameterInfo, declaredAttributes As IEnumerable(Of Object)) As IEnumerable(Of Object)
パラメーター
- parameter
- ParameterInfo
カスタム属性が返されるパラメーター。
- declaredAttributes
- IEnumerable<Object>
現在のコンテキストにあるパラメーターの属性のコレクション。
戻り値
このリフレクション コンテキストの指定されたパラメーターのカスタム属性を表すコレクション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET