IVsDifferenceCodeWindow.SideBySideLabel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.