This documentation is archived and is not being maintained.
IBuildServer.GetAffectedBuildDefinitions Method (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)
function GetAffectedBuildDefinitions(
serverItems : String[]
) : IBuildDefinition[]
Parameters
- serverItems
- Type: System.String[]
An array of Version Control server paths.
Return Value
Type: 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: