IVsDifferenceCodeWindow.Caption 属性

定义

差异窗口的 "文档" 选项卡的标题。

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Caption { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Caption { get; set; }
member this.Caption : string with get, set
Public Property Caption As String

属性值

String

差异窗口的 "文档" 选项卡的标题。

注解

如果为 null 或空,则使用默认 ( " {0} vs. {1} " ) 。

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

适用于