The interface for the result of a query for IQueuedBuilds.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IQueuedBuildQueryResult
public interface IQueuedBuildQueryResult
public interface class IQueuedBuildQueryResult
type IQueuedBuildQueryResult =  interface end
public interface IQueuedBuildQueryResult
The IQueuedBuildQueryResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Failures | Gets the array of failures for this query result. | 
| .gif) | QueuedBuilds | Gets the array of queued builds for this query result. | 
Top