Interop.ICustomTypeDescriptor.GetEvents Метод

Определение

Возвращает коллекцию событий для содержащегося объекта класса Activity.

Перегрузки

ICustomTypeDescriptor.GetEvents()

Возвращает коллекцию событий для содержащегося объекта класса Activity.

ICustomTypeDescriptor.GetEvents(Attribute[])

Возвращает коллекцию событий для содержащегося объекта класса Activity, используя заданный массив атрибутов в качестве фильтра.

ICustomTypeDescriptor.GetEvents()

Возвращает коллекцию событий для содержащегося объекта класса Activity.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

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

Коллекция событий.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр Interop приведен к типу интерфейса ICustomTypeDescriptor.

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

ICustomTypeDescriptor.GetEvents(Attribute[])

Возвращает коллекцию событий для содержащегося объекта класса Activity, используя заданный массив атрибутов в качестве фильтра.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Параметры

attributes
Attribute[]

Атрибуты, используемые для фильтрации возвращаемых событий.

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

Коллекция событий для содержащегося Activity.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр Interop приведен к типу интерфейса ICustomTypeDescriptor.

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