AttributeTableContainer.GetLocalAttributes Method (MemberInfo, Type)

Enumerates custom attributes for the specified member, including inherited attributes from base members.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
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>

Parameters

  • attributeType
    Type: System.Type
    The attribute type to retrieve, or nulla null reference (Nothing in Visual Basic) for all attributes.

Return Value

Type: System.Collections.Generic.IEnumerable<Object>
An enumeration of attributes.

Exceptions

Exception Condition
ArgumentNullException

member is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

AttributeTableContainer Class

GetLocalAttributes Overload

Microsoft.Windows.Design.Metadata Namespace