ComAwareEventInfo.GetCustomAttributesData Метод

Определение

Возвращает список объектов CustomAttributeData для текущего 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)

Возвращаемое значение

Универсальный список объектов CustomAttributeData, представляющих данные об атрибутах, которые были применены к текущему ComAwareEventInfo.

Применяется к