ComAwareEventInfo.GetCustomAttributesData Metoda

Definice

Vrátí seznam CustomAttributeData objektů pro aktuální ComAwareEventInfoobjekt .

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)

Návraty

Obecný seznam CustomAttributeData objektů představujících data o atributech, které byly použity pro aktuální ComAwareEventInfoobjekt .

Platí pro