Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ComAwareEventInfo::GetCustomAttributes Method

.NET Framework (current version)
 

When overridden in a derived class, returns all attributes that are applied to this member.

Namespace:   System.Runtime.InteropServices
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodGetCustomAttributes(Boolean)

When overridden in a derived class, gets an array that contains all the custom attributes that are applied to this member.(Overrides MemberInfo::GetCustomAttributes(Boolean).)

System_CAPS_pubmethodGetCustomAttributes(Type^, Boolean)

When overridden in a derived class, gets an array that contains all the custom attributes of the specified type that are applied to this member.(Overrides MemberInfo::GetCustomAttributes(Type^, Boolean).)

Return to top
Show:
© 2017 Microsoft