ProvideToolWindowAttribute::Transient Property
Visual Studio 2015
Gets or sets whether the tool window should not be reopened when the IDE restarts.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Property Value
Type: System::Booleanfalse if the tool window should be displayed when the IDE restarts if it was displayed when the IDE closed, otherwise true.
The default is false, which makes the tool window persistent (if the IDE is closed while the window is showing, the window will be displayed the next time the IDE starts).
Show: