Workspace.GetPendingChanges Method
Visual Studio 2005
Gets pending changes.
| Name | Description |
|---|---|
| Workspace.GetPendingChanges () | Gets all the pending changes for the items in this workspace. |
| Workspace.GetPendingChanges (ItemSpec[]) | Gets all the pending changes for these items and potentially subitems in this workspace. |
| Workspace.GetPendingChanges (String) | Gets all the pending changes for this item in this workspace. |
| Workspace.GetPendingChanges (String[]) | Gets all the pending changes for these items in this workspace. |
| Workspace.GetPendingChanges (ItemSpec[], Boolean) | Gets all the pending changes for these items and potentially subitems in this workspace. |
| Workspace.GetPendingChanges (String, RecursionType) | Gets all the pending changes for this item and potentially subitems in this workspace. |
| Workspace.GetPendingChanges (String[], RecursionType) | Gets all the pending changes for these items and potentially subitems in this workspace. |
| Workspace.GetPendingChanges (String, RecursionType, Boolean) | Gets all the pending changes for this item and potentially subitems in this workspace. |
| Workspace.GetPendingChanges (String[], RecursionType, Boolean) | Gets all the pending changes for these items and potentially subitems in this workspace. |