ProvideToolWindowAttribute.Transient Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the tool window should not be reopened when the IDE restarts.
public:
property bool Transient { bool get(); void set(bool value); };
public:
property bool Transient { bool get(); void set(bool value); };
public bool Transient { get; set; }
member this.Transient : bool with get, set
Public Property Transient As Boolean
Property Value
false
if the tool window should be displayed when the IDE restarts if it was displayed when the IDE closed, otherwise true
.
Remarks
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).