WebPartMenuStyle.ICustomTypeDescriptor.GetEvents Метод

Определение

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

Перегрузки

ICustomTypeDescriptor.GetEvents()

Возвращает события для этого экземпляра компонента. Этот метод реализует перегруженную версию метода GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Возвращает события для этого экземпляра компонента, используя заданный массив атрибутов в качестве фильтра. Этот метод реализует перегруженную версию метода GetEvents(Attribute[]).

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

Объект EventDescriptorCollection, который представляет события для этого объекта.

Реализации

Комментарии

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

См. также раздел

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

ICustomTypeDescriptor.GetEvents(Attribute[])

Возвращает события для этого экземпляра компонента, используя заданный массив атрибутов в качестве фильтра. Этот метод реализует перегруженную версию метода 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);
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[]

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

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

EventDescriptorCollection

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

Реализации

См. также раздел

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