This documentation is archived and is not being maintained.
IBuildServer::GetAffectedBuildDefinitions Method (array<String>)
Visual Studio 2013
Gets an array of all build definitions affected by the specified Version Control server paths.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
array<IBuildDefinition^>^ GetAffectedBuildDefinitions( array<String^>^ serverItems )
Parameters
- serverItems
- Type: array<System::String>
An array of Version Control server paths.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDefinition>An array of build definitions.
- 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: