ComAwareEventInfo.GetCustomAttributesData Método

Definición

Proporciona una lista de objetos CustomAttributeData para el elemento ComAwareEventInfo actual.

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

IList<CustomAttributeData>

Lista genérica de objetos CustomAttributeData que representan datos sobre los atributos que se aplicaron al elemento ComAwareEventInfo actual.

Se aplica a