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.SetSelectedComponents (Object[])

Sets the currently selected set of components.

[Visual Basic]
Overloads Sub SetSelectedComponents( _
   ByVal components() As Object _
)
[C#]
void SetSelectedComponents(
   object[] components
);
[C++]
void SetSelectedComponents(
   Object* components[]
) = 0;
[JScript]
function SetSelectedComponents(
   components : Object[]
);

Parameters

components
The array of components to select.

Remarks

If the array is a null reference (in Visual Basic Nothing) or doesn't contain any components, SetSelectedComponents will select the top level component in the designer.

See Also

ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace | ISelectionService.SetSelectedComponents Overload List