IBranchesExt Interface

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

Syntax

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

The IBranchesExt type exposes the following members.

Properties

  Name Description
Public property Branches
Public property CurrentBranch
Public property PrivateBranches
Public property PublishedBranches
Public property SelectedPrivateBranches
Public property SelectedPublishedBranches

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