IVsDifferenceCodeWindow.RightLabel Property

Definition

The label displayed above the right view.

public:
 property System::Object ^ RightLabel { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ RightLabel { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object RightLabel { get; set; }
member this.RightLabel : obj with get, set
Public Property RightLabel As Object

Property Value

The label displayed above the right view.

Remarks

This object is displayed in a ContentControl.

If the object is a string, then the string is formated (replacing {0} with the name of the left file and {1} with the name of the right file).

This label is not displayed in the side by side view if this.SideBySideLabel is not null.

Applies to