ComAwareEventInfo.GetCustomAttributesData Méthode

Définition

Retourne une liste d’objets CustomAttributeData pour le ComAwareEventInfo actif.

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)

Retours

Liste générique d’objets CustomAttributeData représentant des données sur les attributs qui ont été appliqués au ComAwareEventInfo actif.

S’applique à