AffectedTeamProjects.Update Method
Include Protected Members
Include Inherited Members
Updates the set of affected team projects that is based on the specified array of pending changes.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Update(array<PendingChange[]) | Updates the set of affected team projects that is based on the specified array of pending changes. | |
Update(IEnumerable<PendingChange>) | Updates the set of affected team projects that is based on the specified array of pending changes. |
Top