共用方式為


AttributeTableContainer.GetLocalAttributes 方法 (MemberInfo, Type)

列舉指定之成員的自訂屬性,包括繼承自基底成員的屬性。

命名空間:  Microsoft.Windows.Design.Metadata
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

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

參數

  • attributeType
    型別:System.Type
    要擷取的屬性型別,或是 nullNull 參照 (即 Visual Basic 中的 Nothing) 表示所有屬性。

傳回值

型別:System.Collections.Generic.IEnumerable<Object>
屬性 (Attribute) 的列舉型別。

例外狀況

例外狀況 條件
ArgumentNullException

member 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

AttributeTableContainer 類別

GetLocalAttributes 多載

Microsoft.Windows.Design.Metadata 命名空間