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)
Syntax
'Declaration
Public Interface IPendingChangesExt _
    Inherits INotifyPropertyChanged
public interface IPendingChangesExt : INotifyPropertyChanged
public interface class IPendingChangesExt : INotifyPropertyChanged
type IPendingChangesExt =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface IPendingChangesExt extends INotifyPropertyChanged
The IPendingChangesExt type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CheckinComment | Get the checkin comment | 
| .gif) | CheckinNote | Get the checkin note. | 
| .gif) | ExcludedChanges | Get the current excluded pending changes | 
| .gif) | ExcludedChangesFilterText | Get the excluded changes text filter | 
| .gif) | FilterBy | Get the filtering options applied to include / exclude lists. | 
| .gif) | FilteredExcludedChanges | Get the current filtered excluded pending changes after the text filter (if any) is applied. | 
| .gif) | FilteredIncludedChanges | Get the current filtered included pending changes after the text filter (if any) is applied. | 
| .gif) | IncludedChanges | Get the current included pending changes | 
| .gif) | IncludedChangesFilterText | Get the included changes text filter | 
| .gif) | PolicyFailures | Get the policy failures | 
| .gif) | PolicyOverrideComment | Get the policy override comment | 
| .gif) | SelectedExcludedItems | Get the currently selected excluded items. | 
| .gif) | SelectedIncludedItems | Get the currently selected included items. | 
| .gif) | SelectedPolicyFailures | Get the currently selected policy failures | 
| .gif) | SelectedWorkItems | Get the currently selected work items. | 
| .gif) | WorkItems | Get the related work items. | 
| .gif) | Workspace | Get the workspace currently being viewed in the Pending Changes explorer page. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace