IVsSccCurrentBranchDisplayInformation Interface

Definition

Information about the current branch of the active Scc provider.

public interface class IVsSccCurrentBranchDisplayInformation : System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("7B0A0CBD-0E08-41F1-9C04-E85831763159")]
public interface IVsSccCurrentBranchDisplayInformation : System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("7B0A0CBD-0E08-41F1-9C04-E85831763159")>]
type IVsSccCurrentBranchDisplayInformation = interface
    interface INotifyPropertyChanged
Public Interface IVsSccCurrentBranchDisplayInformation
Implements INotifyPropertyChanged
Derived
Attributes
Implements

Properties

BranchDetail

The detailed information for a branch. This could, for example, be displayed as a tooltip on control.

BranchIcon

The icon to be displayed along with the branch name.

BranchName

The branch name that will be displayed in a UI.

Applies to