Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- member
Type: System.Reflection.MemberInfo
The member to get attributes for.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.