IVsDifferenceCodeWindow.Tooltip Property

Definition

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).

Applies to