IChangesExt Interface

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

Syntax

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

The IChangesExt type exposes the following members.

Properties

  Name Description
Public property CommitMessage
Public property ExcludedChanges
Public property IncludedChanges
Public property SelectedExcludedChanges
Public property SelectedIncludedChanges
Public property SelectedUntrackedFiles
Public property SelectedWorkItemIds
Public property UntrackedFiles
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