IQueuedView Interface
This interface represents 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
Public Interface IQueuedView
public interface IQueuedView
public interface class IQueuedView
type IQueuedView = interface end
public interface IQueuedView
The IQueuedView type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsShowing | Returns true if the build explorer is currently displaying the queued tab. | |
SelectedBuilds | Returns an array of the selected builds on the queued tab of the build explorer. |
Top
Methods
Name | Description | |
---|---|---|
Show | Shows the queued tab of the build explorer for the team project, build definition, status, and controller given. Specify String.Empty for the definition to show results for all definitions. Specify String.Empty for the controller to show results for all controllers. |
Top