This documentation is archived and is not being maintained.
AffectedTeamProjects::Update Method (IEnumerable<PendingChange>)
Visual Studio 2013
Updates the set of affected team projects that is based on the specified array of pending changes.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- changes
- Type: System.Collections.Generic::IEnumerable<PendingChange>
PendingChanges that are used to determine the team projects that are affected.
Return Value
Type: System::BooleanTrue if the set of affected team projects has changed; otherwise, false.
- 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: