IConflictsExt Interface

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

Syntax

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

The IConflictsExt type exposes the following members.

Properties

  Name Description
Public property Conflicts
Public property ResolvedConflicts
Public property SelectedConflicts
Public property SelectedResolvedConflicts

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