IVsSccCurrentBranchDisplayInformation2 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 IVsSccCurrentBranchDisplayInformation 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("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. |