ProvideToolWindowAttribute::Transient Property

 

Gets or sets whether the tool window should not be reopened when the IDE restarts.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool Transient {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

false 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).

Return to top
Show: