Interop.ICustomTypeDescriptor.GetEvents Method

Definition

Returns the collection of events for the contained Activity.

Overloads

ICustomTypeDescriptor.GetEvents()

Returns the collection of events for the contained Activity.

ICustomTypeDescriptor.GetEvents(Attribute[])

Returns the collection of events for the contained Activity using the specified array of attributes as a filter.

ICustomTypeDescriptor.GetEvents()

Returns the collection of events for the contained 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

Returns

The collection of events.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the Interop instance is cast to an ICustomTypeDescriptor interface.

Applies to

ICustomTypeDescriptor.GetEvents(Attribute[])

Returns the collection of events for the contained Activity using the specified array of attributes as a filter.

 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

Parameters

attributes
Attribute[]

The attributes used to filter the returned events.

Returns

The collection of events for the contained Activity.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the Interop instance is cast to an ICustomTypeDescriptor interface.

Applies to