ITextViewLine.Change Property
Gets the change to this rendered textline between the current layout and the previous layout.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property Change As TextViewLineChange
TextViewLineChange Change { get; }
property TextViewLineChange Change {
TextViewLineChange get ();
}
abstract Change : TextViewLineChange with get
function get Change () : TextViewLineChange
Property Value
Type: Microsoft.VisualStudio.Text.Formatting.TextViewLineChange
The change to this rendered textline between the current layout and the previous layout.
.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.