IVsSccCurrentBranchDisplayInformation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the current branch of the active Scc provider.
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
- Derived
- Attributes
- Implements
Properties
BranchDetail |
The detailed information for a branch. This could, for example, be displayed as a tooltip on control. |
BranchIcon |
The icon to be displayed along with the branch name. |
BranchName |
The branch name that will be displayed in a UI. |