ModelingDocView.SetSelectedComponents Method
Visual Studio 2012
Puts the selected components into the selection container and replaces the currently-selected components, and notifies the shell of the change.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SetSelectedComponents(ICollection) | Adds the specified components into the selection container and notifies the shell of the selection change. (Inherited from ModelingWindowPane.) |
|
SetSelectedComponents(ICollection, SelectionTypes) | Not currently implemented. (Inherited from ModelingWindowPane.) |
The existing components in the selection container replaced with the new components are added.
If the selection container's contents are modified, this method calls OnSelectionChanging and OnSelectionChanged.