Share via


ICommitsExt Interface

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

Syntax

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

The ICommitsExt type exposes the following members.

Properties

  Name Description
Public property ActiveBranch
Public property IncomingCommits
Public property OutgoingCommits
Public property SelectedIncomingCommits
Public property SelectedOutgoingCommits

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