IVsSccUnpublishedCommitsDisplayInformation2 Interface

Definition

Extending IVsSccUnpublishedCommitsDisplayInformation 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 IVsSccUnpublishedCommitsDisplayInformation2 : Microsoft::VisualStudio::Shell::IVsSccUnpublishedCommitsDisplayInformation, System::ComponentModel::INotifyPropertyChanged
[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)

Applies to