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

Sets the currently selected set of components.

Overload List

Sets the currently selected set of components to those with the specified selection type within the specified array of components.

[Visual Basic] Overloads Sub SetSelectedComponents(Object(), SelectionTypes)
[C#] void SetSelectedComponents(Object[], SelectionTypes);
[C++] void SetSelectedComponents(Object*[], SelectionTypes) = 0;
[JScript] function SetSelectedComponents(Object[], SelectionTypes);

Sets the currently selected set of components.

[Visual Basic] Overloads Sub SetSelectedComponents(Object())
[C#] void SetSelectedComponents(Object[]);
[C++] void SetSelectedComponents(Object*[]) = 0;
[JScript] function SetSelectedComponents(Object[]);

See Also

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