Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a single build query result for a specified queued build specification.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function QueryQueuedBuilds ( _
spec As IQueuedBuildSpec _
) As IQueuedBuildQueryResult
IQueuedBuildQueryResult QueryQueuedBuilds(
IQueuedBuildSpec spec
)
IQueuedBuildQueryResult^ QueryQueuedBuilds(
IQueuedBuildSpec^ spec
)
abstract QueryQueuedBuilds :
spec:IQueuedBuildSpec -> IQueuedBuildQueryResult
function QueryQueuedBuilds(
spec : IQueuedBuildSpec
) : IQueuedBuildQueryResult
Parameters
spec
Type: Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpecThe queued build specification.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IQueuedBuildQueryResult
The queued build query result for the specified specification.
.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.