Share via


Workspace.GetPendingChanges Method

Include Protected Members
Include Inherited Members

Gets 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

Public method

GetPendingChanges()

Gets all the pending changes for the items in this workspace.

Public method

GetPendingChanges(array<ItemSpec[])

Gets all the pending changes for these items and potentially subitems in this workspace.

Public method

GetPendingChanges(String)

Gets all the pending changes for this item in this workspace.

Public method

GetPendingChanges(array<String[])

Gets all the pending changes for these items in this workspace.

Public method

GetPendingChanges(array<ItemSpec[], Boolean)

Gets all the pending changes for these items and potentially subitems in this workspace.

Public method

GetPendingChanges(String, RecursionType)

Gets all the pending changes for this item and potentially subitems in this workspace.

Public method

GetPendingChanges(array<String[], RecursionType)

Gets all the pending changes for these items and potentially subitems in this workspace.

Public method

GetPendingChanges(String, RecursionType, Boolean)

Gets all the pending changes for this item and potentially subitems in this workspace.

Public method

GetPendingChanges(array<String[], RecursionType, Boolean)

Gets all the pending changes for these items and potentially subitems in this workspace.

Top

See Also

Reference

Workspace Class

Workspace Members

Microsoft.TeamFoundation.VersionControl.Client Namespace