IEditorPage.ActiveNavigator property
Namespace: NextDesign.Desktop
Description
Active navigator in navigator pane
- "Model" : model navigator
- "ProductLine" : Product Line Navigator
- "Scm" : Configuration Management Navigator
- "Project" : Project navigator
- "Profile" : profile navigator
string ActiveNavigator { get; set; }
type
- string
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid Argument | ExtensionArgumentException | If value is out of range |
Illegal operation | ExtensionInvalidOperationException | When a navigator that cannot be selected in the current application state is specified ・A profile navigator is specified in a protected profile state ・When the product line is not started The product line navigator was specified ・The configuration management navigator was specified without team collaboration |