IVsSccCurrentBranchDisplayInformation.BranchDetail Property
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.
The detailed information for a branch. This could, for example, be displayed as a tooltip on control.
public:
property System::String ^ BranchDetail { System::String ^ get(); };
public:
property Platform::String ^ BranchDetail { Platform::String ^ get(); };
public string BranchDetail { get; }
member this.BranchDetail : string
Public ReadOnly Property BranchDetail As String