ComAwareEventInfo.GetCustomAttributesData Metod

Definition

Returnerar en lista med CustomAttributeData objekt för den aktuella ComAwareEventInfo.

public:
 override System::Collections::Generic::IList<System::Reflection::CustomAttributeData ^> ^ GetCustomAttributesData();
public override System.Collections.Generic.IList<System.Reflection.CustomAttributeData> GetCustomAttributesData();
override this.GetCustomAttributesData : unit -> System.Collections.Generic.IList<System.Reflection.CustomAttributeData>
Public Overrides Function GetCustomAttributesData () As IList(Of CustomAttributeData)

Returer

En allmän lista över CustomAttributeData objekt som representerar data om de attribut som har tillämpats på den aktuella ComAwareEventInfo.

Gäller för