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
change
Type: Microsoft.VisualStudio.Text.Formatting.TextViewLineChangeThe TextViewLineChange.
.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.