IVsSccCurrentBranch 接口

定义

有关活动 Scc 提供程序的当前分支的信息。

public interface class IVsSccCurrentBranch : Microsoft::VisualStudio::Shell::IVsSccCurrentBranchDisplayInformation, System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("1A91E3C1-D0C5-4B48-BF91-95FCF1617D6F")]
public interface IVsSccCurrentBranch : Microsoft.VisualStudio.Shell.IVsSccCurrentBranchDisplayInformation, System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("1A91E3C1-D0C5-4B48-BF91-95FCF1617D6F")>]
type IVsSccCurrentBranch = interface
    interface IVsSccCurrentBranchDisplayInformation
    interface INotifyPropertyChanged
Public Interface IVsSccCurrentBranch
Implements INotifyPropertyChanged, IVsSccCurrentBranchDisplayInformation
属性
实现

属性

BranchDetail

分支的详细信息。 例如,这可能会在控件上显示为工具提示。

(继承自 IVsSccCurrentBranchDisplayInformation)
BranchIcon

与分支名称一起显示的图标

(继承自 IVsSccCurrentBranchDisplayInformation)
BranchName

将在 UI 中显示的分支名称。

(继承自 IVsSccCurrentBranchDisplayInformation)

方法

BranchUIClickedAsync(ISccUIClickedEventArgs, CancellationToken)

单击在用户界面中显示当前分支信息时调用的处理程序

适用于