LocalizableProperties::GetEvents Method (array<Attribute^>^)

 

Gets the collection of events for a specified component using a specified array of attributes as a filter.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual EventDescriptorCollection^ GetEvents(
	array<Attribute^>^ attributes
) sealed

Parameters

attributes
Type: array<System::Attribute^>^

An array of type Attribute to use as a filter.

Return Value

Type: System.ComponentModel::EventDescriptorCollection^

An EventDescriptorCollection with the events that match the specified attributes for this component.

Delegates to GetEvents.

Return to top
Show: