ComAwareEventInfo.GetCustomAttributesData Metodo

Definizione

Restituisce un elenco di oggetti CustomAttributeData per l'oggetto ComAwareEventInfocorrente.

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)

Restituisce

Elenco generico di oggetti CustomAttributeData che rappresentano i dati relativi agli attributi applicati al ComAwareEventInfo corrente.

Si applica a