IVsDifferenceCodeWindow.InlineLabel Property

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

Syntax

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

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

IVsDifferenceCodeWindow Interface

Microsoft.VisualStudio.Editor Namespace