INavigator.SelectedItems property
Namespace: NextDesign.Desktop
Description
the selected element in the navigator
In the current version, only the following navigators support this property.
- Model navigator
- Product Line Navigator
- Project navigator
The order of the collection of select elements is indeterminate.
The model navigator and product line navigator return a collection of type IModel.
The project navigator returns a collection of type IModelUnit.
ICollection SelectedItems { get; }
type
- ICollection
Annotations
Partial load nodes displayed in the model navigator are not included in this property.
[Project], [Profile] and [Model] displayed at the top level of the tree in the project navigator are not included in this property.