IQueuedView.IsShowing Property

Returns true if the build explorer is currently displaying the queued tab.

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

Syntax

'Declaration
ReadOnly Property IsShowing As Boolean
bool IsShowing { get; }
property bool IsShowing {
    bool get ();
}
abstract IsShowing : bool with get
function get IsShowing () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IQueuedView Interface

Microsoft.VisualStudio.TeamFoundation.Build Namespace