IVsDifferenceCodeWindow::Tooltip Property

 

Gets or sets the tooltip for the diff window's document tab.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

property String^ Tooltip {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The tooltip for the diff window's document tab.

If null or empty, the default tooltip is used.The caption is formatted (replacing {0} with the name of the left file and {1} with the name of the right file)

Return to top
Show: