IVsDifferenceCodeWindow.Caption Property

Definition

The caption for the diff window's document tab..

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

Property Value

The caption for the diff window's document tab..

Remarks

If null or empty, the default ("{0} vs. {1}") is used.

The caption is formated (replacing {0} with the name of the left file and {1} with the name of the right file).

Applies to