MoveableDecoratorHostShape::ICustomTypeDescriptor::GetEvents Method (array<Attribute^>^)
Visual Studio 2015
Returns the events for this instance of a component using the specified attribute array as a filter.
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.
Show: