IPendingChangesExt Interface

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
Public property CheckinComment Get the checkin comment
Public property CheckinNote Get the checkin note.
Public property ExcludedChanges Get the current excluded pending changes
Public property ExcludedChangesFilterText Get the excluded changes text filter
Public property FilterBy Get the filtering options applied to include / exclude lists.
Public property FilteredExcludedChanges Get the current filtered excluded pending changes after the text filter (if any) is applied.
Public property FilteredIncludedChanges Get the current filtered included pending changes after the text filter (if any) is applied.
Public property IncludedChanges Get the current included pending changes
Public property IncludedChangesFilterText Get the included changes text filter
Public property PolicyFailures Get the policy failures
Public property PolicyOverrideComment Get the policy override comment
Public property SelectedExcludedItems Get the currently selected excluded items.
Public property SelectedIncludedItems Get the currently selected included items.
Public property SelectedPolicyFailures Get the currently selected policy failures
Public property SelectedWorkItems Get the currently selected work items.
Public property WorkItems Get the related work items.
Public property Workspace Get the workspace currently being viewed in the Pending Changes explorer page.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Controls.Extensibility Namespace