AffectedTeamProjects.Update Method (IEnumerable<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 IEnumerable(Of PendingChange) _
) As Boolean
public bool Update(
    IEnumerable<PendingChange> changes
)
public:
bool Update(
    IEnumerable<PendingChange^>^ changes
)
member Update : 
        changes:IEnumerable<PendingChange> -> bool
public function Update(
    changes : IEnumerable<PendingChange>
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the set of affected team projects has changed; otherwise, false.

.NET Framework Security

See Also

Reference

AffectedTeamProjects Class

Update Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace