IVsSccChangesDisplayInformation 接口

定义

有关活动 Scc 提供程序当前存储库中挂起的更改的信息

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
派生
属性
实现

属性

PendingChangeCount

当前存储库中的挂起更改总数

PendingChangeDetail

存储库中挂起的更改的详细信息。 例如,这可能会在控件上显示为工具提示

PendingChangeLabel

当正在计算挂起更改的数目时,临时指示繁忙状态的标签

适用于