IVsSccCurrentBranchDisplayInformation 接口

定义

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

public interface class IVsSccCurrentBranchDisplayInformation : System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("7B0A0CBD-0E08-41F1-9C04-E85831763159")]
public interface IVsSccCurrentBranchDisplayInformation : System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("7B0A0CBD-0E08-41F1-9C04-E85831763159")>]
type IVsSccCurrentBranchDisplayInformation = interface
    interface INotifyPropertyChanged
Public Interface IVsSccCurrentBranchDisplayInformation
Implements INotifyPropertyChanged
派生
属性
实现

属性

BranchDetail

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

BranchIcon

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

BranchName

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

适用于