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.

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