IVsDifferenceCodeWindow.SideBySideLabel Property

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
Property SideBySideLabel As Object
Object SideBySideLabel { get; set; }
property Object^ SideBySideLabel {
    Object^ get ();
    void set (Object^ value);
}
abstract SideBySideLabel : Object with get, set
function get SideBySideLabel () : Object 
function set SideBySideLabel (value : Object)

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

IVsDifferenceCodeWindow Interface

Microsoft.VisualStudio.Editor Namespace