IHistoryExt Interface

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

Syntax

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

The IHistoryExt type exposes the following members.

Properties

  Name Description
Public property Commits
Public property SelectedCommits

Top

Events

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

Top

See Also

Reference

Microsoft.TeamFoundation.Git.Controls.Extensibility Namespace