次の方法で共有


IVsDifferenceCodeWindow.LeftLabel Property

Definition

The label displayed above the left view.

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

Property Value

The label displayed above the left 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