Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
An interface for a build definition specification. Used to query for build definitions.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface IBuildDefinitionSpec
public interface IBuildDefinitionSpec
public interface class IBuildDefinitionSpec
type IBuildDefinitionSpec =  interface end
public interface IBuildDefinitionSpec
The IBuildDefinitionSpec type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]()  | 
ContinuousIntegrationType | Gets or sets an optional filter to control the type of build definitions that are returned from the query. | 
![]()  | 
FullPath | Gets the full path of the desired build definitions. | 
![]()  | 
Name | Gets or sets the name of the desired build definitions. Wildcard characters are supported. | 
![]()  | 
Options | Gets or sets the query options that are used to determine whether supporting objects are returned from the query. | 
![]()  | 
PropertyNameFilters | The property names to be returned from the query/queries. A "*" will retrieve all property names, an empty array will retrieve none, and any other array will match types verbatim. | 
![]()  | 
TeamProject | Gets the team project of the desired build definitions. | 
![]()  | 
TriggerType | An optional filter to control the type of build definitions returned from the query. | 
Top
.gif)