Share via


ComAwareEventInfo.GetCustomAttributesData Método

Definição

Retorna uma lista de objetos CustomAttributeData para o ComAwareEventInfo atual.

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)

Retornos

Uma lista genérica de objetos CustomAttributeData que representam dados sobre os atributos que foram aplicados ao ComAwareEventInfo atual.

Aplica-se a