IVsSccChangesDisplayInformation2 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 IVsSccChangesDisplayInformation 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("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) |