IAllPendingChangesExt Interface

Extensibility interface for the All Pending Changes, All Shelveset Details, and All Changeset Details pages.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Interface IAllPendingChangesExt _
    Inherits INotifyPropertyChanged
public interface IAllPendingChangesExt : INotifyPropertyChanged
public interface class IAllPendingChangesExt : INotifyPropertyChanged
type IAllPendingChangesExt =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface IAllPendingChangesExt extends INotifyPropertyChanged

The IAllPendingChangesExt type exposes the following members.

Properties

  Name Description
Public property Changes Get all pending changes.
Public property FilterBy Get the filtering type applied to changes.
Public property FilteredChanges Get the filtered changes.
Public property FilterText Get the filter text
Public property SelectedItems Get the currently selected 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