IVsSccCurrentBranchDisplayInformation 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关活动 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 中显示的分支名称。 |