AffectedTeamProjects.Update Method (array<PendingChange )
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)
Syntax
'Declaration
Public Function Update ( _
changes As PendingChange() _
) As Boolean
public bool Update(
PendingChange[] changes
)
public:
bool Update(
array<PendingChange^>^ changes
)
member Update :
changes:PendingChange[] -> bool
public function Update(
changes : PendingChange[]
) : boolean
Parameters
changes
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]PendingChanges that are used to determine the team projects that are affected.
Return Value
Type: System.Boolean
True if the set of affected team projects has changed; otherwise, false.
.NET Framework Security
- 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.