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.
Namespace:  Microsoft.VisualStudio.TeamFoundation.Build
Assembly:  Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Sub Show ( _
    teamProject As String, _
    buildDefinition As String, _
    statusFilter As QueueStatus, _
    controllerFilter As String _
)
void Show(
    string teamProject,
    string buildDefinition,
    QueueStatus statusFilter,
    string controllerFilter
)
void Show(
    String^ teamProject, 
    String^ buildDefinition, 
    QueueStatus statusFilter, 
    String^ controllerFilter
)
abstract Show : 
        teamProject:string * 
        buildDefinition:string * 
        statusFilter:QueueStatus * 
        controllerFilter:string -> unit
function Show(
    teamProject : String, 
    buildDefinition : String, 
    statusFilter : QueueStatus, 
    controllerFilter : String
)
Parameters
- teamProject 
 Type: System.String- the Team Project from which to show builds 
- buildDefinition 
 Type: System.String- the name of the definition from which to show builds 
- statusFilter 
 Type: Microsoft.TeamFoundation.Build.Client.QueueStatus- show queued builds that match this Queue Status 
- controllerFilter 
 Type: System.String- show queued builds that ran on this Build Controller 
.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.