LocalizableProperties::GetEvents Method (array<Attribute^>^)
Visual Studio 2015
Gets the collection of events for a specified component using a specified array of attributes as a filter.
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.
Show: