IVsDifferenceCodeWindow.Tooltip Property
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
‘선언
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: System.String
.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.