IVsSccChangesDisplayInformation2 Interface

Definition

Extending IVsSccChangesDisplayInformation 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 IVsSccChangesDisplayInformation2 : Microsoft::VisualStudio::Shell::IVsSccChangesDisplayInformation, System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("6C21A69B-E6C5-42EF-AFE8-CA8CE747BD0E")]
public interface IVsSccChangesDisplayInformation2 : Microsoft.VisualStudio.Shell.IVsSccChangesDisplayInformation, System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("6C21A69B-E6C5-42EF-AFE8-CA8CE747BD0E")>]
type IVsSccChangesDisplayInformation2 = interface
    interface IVsSccChangesDisplayInformation
    interface INotifyPropertyChanged
Public Interface IVsSccChangesDisplayInformation2
Implements INotifyPropertyChanged, IVsSccChangesDisplayInformation
Attributes
Implements

Properties

DisplayUpArrowOnPendingChange

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

IsPendingChangeVisible

If this compartment should be visible or not.

PendingChangeCount

The total number of pending changes in the current repository.

(Inherited from IVsSccChangesDisplayInformation)
PendingChangeDetail

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

(Inherited from IVsSccChangesDisplayInformation)
PendingChangeIcon

The icon to be displayed along with the pending changes.

PendingChangeLabel

The label that temporarily indicates busy status when the number of pending changes is being calculated.

(Inherited from IVsSccChangesDisplayInformation)

Applies to