Gets an array of components that are currently part of the user's selection.
[Visual Basic] Function GetSelectedComponents() As Object () [C#] object[] GetSelectedComponents(); [C++] Object* GetSelectedComponents() [] = 0; [JScript] function GetSelectedComponents() : Object[];
An array of type IComponent that represents the current set of components the user has selected.
ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace