This documentation is archived and is not being maintained.
IBuildServer::CreateBuildDefinitionSpec Method (String, String, array<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,
array<String^>^ propertyNameFilters
)
Parameters
- teamProject
- Type: System::String
The team project for which definitions can be queried.
- definitionName
- Type: System::String
The definition name to query - supports wildcard characters.
- propertyNameFilters
- Type: array<System::String>
Property name filters
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: