NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISelectionService.GetSelectedComponents

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[];

Return Value

An array of type IComponent that represents the current set of components the user has selected.

See Also

ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace