IBuildExplorer.QueuedView Property

Use this property to change or get information about the queued tab of the build explorer.

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

Syntax

'Declaration
ReadOnly Property QueuedView As IQueuedView
IQueuedView QueuedView { get; }
property IQueuedView^ QueuedView {
    IQueuedView^ get ();
}
abstract QueuedView : IQueuedView with get
function get QueuedView () : IQueuedView

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.Build.IQueuedView
Returns IQueuedView.

.NET Framework Security

See Also

Reference

IBuildExplorer Interface

Microsoft.VisualStudio.TeamFoundation.Build Namespace