次の方法で共有


AttributeTableContainer.GetLocalAttributes メソッド (MemberInfo, Type, Func<Object, Object>)

基本メンバーから継承された属性を含め、指定されたメンバーのカスタム属性を列挙します。

名前空間:  Microsoft.Windows.Design.Metadata
アセンブリ:  Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)

構文

'宣言
Public Function GetLocalAttributes ( _
    member As MemberInfo, _
    attributeType As Type, _
    reflectionMapper As Func(Of Object, Object) _
) As IEnumerable(Of Object)
public IEnumerable<Object> GetLocalAttributes(
    MemberInfo member,
    Type attributeType,
    Func<Object, Object> reflectionMapper
)
public:
IEnumerable<Object^>^ GetLocalAttributes(
    MemberInfo^ member, 
    Type^ attributeType, 
    Func<Object^, Object^>^ reflectionMapper
)
member GetLocalAttributes : 
        member:MemberInfo * 
        attributeType:Type * 
        reflectionMapper:Func<Object, Object> -> IEnumerable<Object> 
public function GetLocalAttributes(
    member : MemberInfo, 
    attributeType : Type, 
    reflectionMapper : Func<Object, Object>
) : IEnumerable<Object>

パラメーター

  • attributeType
    型: System.Type
    取得対象の属性の型。すべての属性を取得する場合は nullnull 参照 (Visual Basic では Nothing)。
  • reflectionMapper
    型: System.Func<Object, Object>
    受信するリフレクション メタデータをランタイム メタデータに割り当てるオプションのマッピング関数。

戻り値

型: System.Collections.Generic.IEnumerable<Object>
属性の列挙体。

例外

例外 条件
ArgumentNullException

member は nullnull 参照 (Visual Basic では Nothing) なので、

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

AttributeTableContainer クラス

GetLocalAttributes オーバーロード

Microsoft.Windows.Design.Metadata 名前空間