Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Property Tooltip As String
string Tooltip { get; set; }
property String^ Tooltip {
String^ get ();
void set (String^ value);
}
abstract Tooltip : string with get, set
function get Tooltip () : String
function set Tooltip (value : String)
Property Value
Type: String
The tooltip for the diff window's document tab.
Remarks
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)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.