This documentation is archived and is not being maintained.
IPendingChangesExt Interface
Visual Studio 2013
Extensibility interface for Pending Changes, Shelveset Details, and Changeset Details pages.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
The IPendingChangesExt type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CheckinComment | Get the checkin comment |
![]() | CheckinNote | Get the checkin note. |
![]() | ExcludedChanges | Get the current 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 current included pending changes |
![]() | IncludedChangesFilterText | Get the included changes text filter |
![]() | 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. |
![]() | SelectedPolicyFailures | Get the currently selected policy failures |
![]() | SelectedWorkItems | Get the currently selected work items. |
![]() | WorkItems | Get the related work items. |
![]() | Workspace | Get the workspace currently being viewed in the Pending Changes explorer page. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Show:
