Opens the integrated development environment (IDE) in multiple-document interface (MDI) mode with the tabbed documents enabled.
Remarks
Loads the integrated development environment in MDI mode with tabs on documents enabled. Visual Studio remains in this mode until you change it and restart the IDE. You can change modes in the Options dialog box. For more information, see General, Environment, Options Dialog Box.
Example
This example loads the integrated development environment with English resources strings using 10-pt Arial font in MDI mode with tabbed documents enabled.
devenv /lcid 1033 /fn Arial /fs 10 /mditabs
See Also
Devenv Command Line Switches | Window Management