IVsSccCurrentBranch 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关活动 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) |
单击在用户界面中显示当前分支信息时调用的处理程序 |