IVsDifferenceCodeWindow.Tooltip 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 tooltip for the diff window's document tab..
public:
property System::String ^ Tooltip { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Tooltip { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Tooltip { get; set; }
member this.Tooltip : string with get, set
Public Property Tooltip As String
Property Value
The tooltip for the diff window's document tab.
Remarks
If null or empty, the default tooltip is used.
The caption is formated (replacing {0} with the name of the left file and {1} with the name of the right file).