ComAwareEventInfo.GetCustomAttributesData Metodo

Definizione

Restituisce un elenco di CustomAttributeData oggetti per l'oggetto corrente 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)

Valori restituiti

Elenco generico di CustomAttributeData oggetti che rappresentano i dati sugli attributi applicati all'oggetto corrente ComAwareEventInfo.

Si applica a