IVsSccUnpublishedCommits 接口

定义

有关未发布的提交的信息。

public interface class IVsSccUnpublishedCommits : Microsoft::VisualStudio::Shell::IVsSccUnpublishedCommitsDisplayInformation, System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("4A5B290E-B45E-46A8-991B-5E978FA9879D")]
public interface IVsSccUnpublishedCommits : Microsoft.VisualStudio.Shell.IVsSccUnpublishedCommitsDisplayInformation, System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("4A5B290E-B45E-46A8-991B-5E978FA9879D")>]
type IVsSccUnpublishedCommits = interface
    interface IVsSccUnpublishedCommitsDisplayInformation
    interface INotifyPropertyChanged
Public Interface IVsSccUnpublishedCommits
Implements INotifyPropertyChanged, IVsSccUnpublishedCommitsDisplayInformation
属性
实现

属性

UnpublishedCommitCount

当前存储库中未发布的提交数。

(继承自 IVsSccUnpublishedCommitsDisplayInformation)
UnpublishedCommitDetail

未发布的提交的详细信息。 例如,这可能会在控件上显示为工具提示。

(继承自 IVsSccUnpublishedCommitsDisplayInformation)
UnpublishedCommitLabel

要在显示未发布的提交相关信息的 UI 中显示的标签。

(继承自 IVsSccUnpublishedCommitsDisplayInformation)

方法

UnpublishedCommitsUIClickedAsync(ISccUIClickedEventArgs, CancellationToken)

单击了显示未发布的提交的 UI 时调用的处理程序

事件

AdvertisePublish

向 shell 发出用于将备份存储库播发的事件

适用于