This documentation is archived and is not being maintained.
PendingChangesExt Class
Visual Studio 2013
Represents the Pending Changes tool window.
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::PendingChangesExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::PendingChangesExt
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The PendingChangesExt type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CheckedItems | Obsolete. Get the included pending changes. |
![]() | CheckinComment | Get the checkin comment. |
![]() | CheckinNote | Get the checkin note. |
![]() | ExcludedChanges | Get the excluded pending changes |
![]() | ExcludedChangesFilterText | Get the excluded changes text filter |
![]() | FilterBy | Get the filtering options applied to include / exclude lists. |
![]() | FilteredExcludedChanges | Get the current filtered excluded pending changes after the text filter (if any) is applied. |
![]() | FilteredIncludedChanges | Get the current filtered included pending changes after the text filter (if any) is applied. |
![]() | IncludedChanges | Get the included pending changes |
![]() | IncludedChangesFilterText | Get the included changes text filter |
![]() | Items | Obsolete. Get the current pending changes (included and excluded) |
![]() | PolicyFailures | Get the policy failures. |
![]() | PolicyOverrideComment | Get the policy override comment. |
![]() | SelectedExcludedItems | Get the currently selected excluded items |
![]() | SelectedIncludedItems | Get the currently selected included items |
![]() | SelectedItems | Obsolete. Get the selected included changes. |
![]() | SelectedPolicyFailures | Get the currently selected policy failures. |
![]() | SelectedWorkItems | Get the currently selected work items. |
![]() | VsWindowFrame | Obsolete. Deprecated - returns null. |
![]() | WorkItems | Get the work items. |
![]() | Workspace | Get the workspace currently being viewed in the Pending Changes explorer page. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | CheckedChanged | Obsolete. This event is fired when the checked state of items changes in the Pending Changes tool window. |
![]() | PropertyChanged | |
![]() | SelectionChanged | This event is fired when the selection changes in a version control window. (Inherited from VersionControlBaseExt.) |
Show:
