AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents Метод

Определение

Перегрузки

ICustomTypeDescriptor.GetEvents(Attribute[])

Описание этого члена см. в разделе GetEvents().

ICustomTypeDescriptor.GetEvents()

Описание этого члена см. в разделе GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Описание этого члена см. в разделе GetEvents().

 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[]

Массив атрибутов, используемый в качестве фильтра. Может принимать значение NULL.

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

EventDescriptorCollection

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

Реализации

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

ICustomTypeDescriptor.GetEvents()

Описание этого члена см. в разделе GetEvents().

 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

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

EventDescriptorCollection

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

Реализации

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