ToolWindowBase.IsTransient Property

Returns true if this is a transient tool window.

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public ReadOnly Property IsTransient As Boolean
public bool IsTransient { get; }
public:
property bool IsTransient {
    bool get ();
}
member IsTransient : bool with get
function get IsTransient () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ToolWindowBase Class

Microsoft.VisualStudio.TeamFoundation Namespace