Workspace.GetPendingChanges Method
Visual Studio 2012
Gets the pending changes for this workspace.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetPendingChanges() | Gets the pending changes for this workspace. |
|
GetPendingChanges(String) | Gets the pending changes for the specified item in this workspace. |
|
GetPendingChanges(String[]) | Gets the pending changes for the items in this workspace. |
|
GetPendingChanges(ItemSpec[]) | Gets the pending changes for these items and sub-items in this workspace. |
|
GetPendingChanges(String, RecursionType) | Gets the pending changes for this item and sub-items in this workspace. |
|
GetPendingChanges(String[], RecursionType) | Gets the pending changes for the items and sub-items in this workspace. |
|
GetPendingChanges(ItemSpec[], Boolean) | Get the pending changes for specified items in this workspace. |
|
GetPendingChanges(String, RecursionType, Boolean) | Gets the pending changes for this item and sub-items in this workspace. |
|
GetPendingChanges(String[], RecursionType, Boolean) | Gets the pending changes for the items and sub-items in this workspace. |
|
GetPendingChanges(ItemSpec[], Boolean, Int32, String) | Gets the pending changes for the items and sub-items in this workspace. |
|
GetPendingChanges(ItemSpec[], Boolean, Int32, String, Boolean) | Gets the pending changes for the items and sub-items in this workspace. |
|
GetPendingChanges(ItemSpec[], Boolean, Int32, String, Boolean, String[]) | Gets all of the pending changes for these items and potentially subitems in this workspace. |