IVsSccChangesDisplayInformation 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.
Information about pending changes in the current repository of the active Scc provider.
public interface class IVsSccChangesDisplayInformation : System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("6D906B70-89FB-4550-A915-D768C52205E9")]
public interface IVsSccChangesDisplayInformation : System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("6D906B70-89FB-4550-A915-D768C52205E9")>]
type IVsSccChangesDisplayInformation = interface
interface INotifyPropertyChanged
Public Interface IVsSccChangesDisplayInformation
Implements INotifyPropertyChanged
- Derived
- Attributes
- Implements
Properties
PendingChangeCount |
The total number of pending changes in the current repository. |
PendingChangeDetail |
The detailed information for pending changes in a repository. This could, for example, be displayed as a tooltip on control. |
PendingChangeLabel |
The label that temporarily indicates busy status when the number of pending changes is being calculated. |