ICommitDetailsExt Interface

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

Syntax

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

The ICommitDetailsExt type exposes the following members.

Properties

  Name Description
Public property AuthoredTime
Public property AuthorEmail
Public property AuthorName
Public property Changes
Public property CommitMessage
Public property Parents
Public property SelectedChanges
Public property SelectedWorkItemIds
Public property Sha
Public property WorkItemIds

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