MoveableDecoratorHostShape::ICustomTypeDescriptor::GetEvents Method (array<Attribute^>^)

 

Returns the events for this instance of a component using the specified attribute array as a filter.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

private:
virtual EventDescriptorCollection^ GetEvents(
	array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetEvents

Parameters

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

An array of type System.Attribute that is used as a filter.

Return Value

Type: System.ComponentModel::EventDescriptorCollection^

Filtered events of parent shape.

Return to top
Show: