Skip to main content

INavigator.Items property

Namespace: NextDesign.Desktop

Description

All managed elements of this navigator

In the current version, only the following navigators support this property.

  • Model navigator
  • Product Line Navigator
  • Project navigator

The model navigator and product line navigator return a collection of type IModel.
The project navigator returns a collection of type IModelUnit.

ICollectionItems { get; }

type

  • ICollection

Annotations

[Project], [Profile] and [Model] displayed at the top level of the tree in the project navigator are not included in this property.

You can get the items under the partial load node, and the items under the partial load node are included after the items under the project node.

  • Example) In the following case, Items=[projectA, modelA, modelB, modelB1, modelX, modelY, modelY1].
    • projectA
      • modelA
      • modelB
        • model B1
    • Partial load node
      • modelX
      • modelY
        • model Y1