IVsDifferenceCodeWindow.SideBySideLabel Property

Definition

The label displayed above the side by side.

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

Property Value

The label displayed above the side by side.

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 only displayed in the side by side view and, if it is not null, the left and right labels will not be displayed.

Applies to