IVsDifferenceCodeWindow.InlineLabel Property
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Dichiarazione
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.