IVsSccUnpublishedCommitsDisplayInformation2 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 IVsSccUnpublishedCommitsDisplayInformation 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("AB232174-43AB-4BE1-BFE6-5D5F8F4170EB")]
public interface IVsSccUnpublishedCommitsDisplayInformation2 : Microsoft.VisualStudio.Shell.IVsSccUnpublishedCommitsDisplayInformation, System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("AB232174-43AB-4BE1-BFE6-5D5F8F4170EB")>]
type IVsSccUnpublishedCommitsDisplayInformation2 = interface
interface IVsSccUnpublishedCommitsDisplayInformation
interface INotifyPropertyChanged
Public Interface IVsSccUnpublishedCommitsDisplayInformation2
Implements INotifyPropertyChanged, IVsSccUnpublishedCommitsDisplayInformation
- Attributes
- Implements
Properties
DisplayUpArrowOnUnpublishedCommit |
Whether we need to display an up arrow on this compartment or not. |
IsUnpublishedCommitVisible |
If this compartment should be visible or not. |
UnpublishedCommitCount |
The number of unpublished commits in the current repository. (Inherited from IVsSccUnpublishedCommitsDisplayInformation) |
UnpublishedCommitDetail |
The detailed information for unpublished commits. This could, for example, be displayed as a tooltip on control. (Inherited from IVsSccUnpublishedCommitsDisplayInformation) |
UnpublishedCommitIcon |
The icon to be displayed along with the Unpublished commits. |
UnpublishedCommitLabel |
The label that temporarily indicates busy status when the number of pending changes is being calculated. (Inherited from IVsSccUnpublishedCommitsDisplayInformation) |