This documentation is archived and is not being maintained.
IBuildServer::CreateBuildDefinitionSpec Method (String, String)
Visual Studio 2013
Creates a new build definition specification that can be used to query build definitions.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
IBuildDefinitionSpec^ CreateBuildDefinitionSpec( String^ teamProject, String^ definitionName )
Parameters
- teamProject
- Type: System::String
The team project for which definitions can be queried.
- definitionName
- Type: System::String
The definition name to query. Wildcard characters are supported.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IBuildDefinitionSpecThe new build definition specification.
- 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.
Show: