Share via


IFormattedLine.SetChange Method

Sets the Change property for this text line.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Sub SetChange ( _
    change As TextViewLineChange _
)
void SetChange(
    TextViewLineChange change
)
void SetChange(
    TextViewLineChange change
)
abstract SetChange : 
        change:TextViewLineChange -> unit
function SetChange(
    change : TextViewLineChange
)

Parameters

.NET Framework Security

See Also

Reference

IFormattedLine Interface

Microsoft.VisualStudio.Text.Formatting Namespace