ComAwareEventInfo.GetCustomAttributesData Método

Definición

Devuelve una lista de CustomAttributeData objetos para el objeto actual 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)

Devoluciones

Lista genérica de CustomAttributeData objetos que representan datos sobre los atributos que se han aplicado al objeto actual ComAwareEventInfo.

Se aplica a