IVsSccCurrentRepositoryDisplayInformation2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extending IVsSccCurrentRepositoryDisplayInformation to allow greater flexibility for the SccProvider to
- decide when to show the compartment
- whether to show a up arrow on the compartment or not.
[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) |