IVsDifferenceCodeWindow.InlineLabel 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 inline view.
public:
property System::Object ^ InlineLabel { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ InlineLabel { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object InlineLabel { get; set; }
member this.InlineLabel : obj with get, set
Public Property InlineLabel As Object
Property Value
The label displayed above the inline 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).