IVsDifferenceCodeWindow.Tooltip 属性

定义

"差异" 窗口的 "文档" 选项卡的工具提示。

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

属性值

String

"差异" 窗口的 "文档" 选项卡的工具提示。

注解

如果为 null 或空,则使用默认工具提示。

标题已格式化 (替换 {0} 为左文件的名称,将替换为 {1} 右文件) 的名称。

适用于