AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents Метод

Определение

Перегрузки

ICustomTypeDescriptor.GetEvents()

Извлекает события для указанного экземпляра компонента.

ICustomTypeDescriptor.GetEvents(Attribute[])

Извлекает события для этого экземпляра компонента, используя указанный массив атрибутов в качестве фильтра.

ICustomTypeDescriptor.GetEvents()

Извлекает события для указанного экземпляра компонента.

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

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

EventDescriptorCollection

Возвращает EventDescriptorCollection объект, представляющий события для указанного экземпляра компонента.

Реализации

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

ICustomTypeDescriptor.GetEvents(Attribute[])

Извлекает события для этого экземпляра компонента, используя указанный массив атрибутов в качестве фильтра.

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

Параметры

attributes
Attribute[]

Массив типа Attribute , используемый в качестве фильтра

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

EventDescriptorCollection

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

Реализации

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