IVsSccCurrentRepositoryDisplayInformation2 Interface

Definition

Extending IVsSccCurrentRepositoryDisplayInformation 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 IVsSccCurrentRepositoryDisplayInformation2 : Microsoft::VisualStudio::Shell::IVsSccCurrentRepositoryDisplayInformation, System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("F316025C-F4B5-4683-9CC6-05CC9A768B04")]
public interface IVsSccCurrentRepositoryDisplayInformation2 : Microsoft.VisualStudio.Shell.IVsSccCurrentRepositoryDisplayInformation, System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("F316025C-F4B5-4683-9CC6-05CC9A768B04")>]
type IVsSccCurrentRepositoryDisplayInformation2 = interface
    interface IVsSccCurrentRepositoryDisplayInformation
    interface INotifyPropertyChanged
Public Interface IVsSccCurrentRepositoryDisplayInformation2
Implements INotifyPropertyChanged, IVsSccCurrentRepositoryDisplayInformation
Attributes
Implements

Properties

DisplayUpArrowOnRepository

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

IsRepositoryVisible

If this compartment should be visible or not.

RepositoryDetail

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

(Inherited from IVsSccCurrentRepositoryDisplayInformation)
RepositoryIcon

The icon to be displayed along with the repository name.

(Inherited from IVsSccCurrentRepositoryDisplayInformation)
RepositoryName

The repository name that will be displayed in a UI.

(Inherited from IVsSccCurrentRepositoryDisplayInformation)

Applies to