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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.