IVsSccUnpublishedCommitsDisplayInformation Interface

Definition

Information about Unpublished Commits.

public interface class IVsSccUnpublishedCommitsDisplayInformation : System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("A3E1F5F8-227B-4669-8DA3-3774668A8EE3")]
public interface IVsSccUnpublishedCommitsDisplayInformation : System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("A3E1F5F8-227B-4669-8DA3-3774668A8EE3")>]
type IVsSccUnpublishedCommitsDisplayInformation = interface
    interface INotifyPropertyChanged
Public Interface IVsSccUnpublishedCommitsDisplayInformation
Implements INotifyPropertyChanged
Derived
Attributes
Implements

Properties

UnpublishedCommitCount

The number of unpublished commits in the current repository.

UnpublishedCommitDetail

The detailed information for unpublished commits. This could, for example, be displayed as a tooltip on control.

UnpublishedCommitLabel

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

Applies to