IVsSccCurrentBranchDisplayInformation2 Interface

Definition

Extending IVsSccCurrentBranchDisplayInformation to allow greater flexibility for the SccProvider to

  1. decide when to show the compartment
  2. whether to show a up arrow on the compartment or not.
public interface class IVsSccCurrentBranchDisplayInformation2 : Microsoft::VisualStudio::Shell::IVsSccCurrentBranchDisplayInformation, System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("051BD7CF-6616-4818-9D8C-AD321AE33EB5")]
public interface IVsSccCurrentBranchDisplayInformation2 : Microsoft.VisualStudio.Shell.IVsSccCurrentBranchDisplayInformation, System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("051BD7CF-6616-4818-9D8C-AD321AE33EB5")>]
type IVsSccCurrentBranchDisplayInformation2 = interface
    interface IVsSccCurrentBranchDisplayInformation
    interface INotifyPropertyChanged
Public Interface IVsSccCurrentBranchDisplayInformation2
Implements INotifyPropertyChanged, IVsSccCurrentBranchDisplayInformation
Attributes
Implements

Properties

BranchDetail

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

(Inherited from IVsSccCurrentBranchDisplayInformation)
BranchIcon

The icon to be displayed along with the branch name.

(Inherited from IVsSccCurrentBranchDisplayInformation)
BranchName

The branch name that will be displayed in a UI.

(Inherited from IVsSccCurrentBranchDisplayInformation)
DisplayUpArrowOnBranch

Whether we need to display an up arrow on this compartment or not.

IsBranchVisible

If this compartment should be visible or not.

Applies to