IFormattedLine.SetChange(TextViewLineChange) Method

Definition

Sets the Change property for this text line.

public:
 void SetChange(Microsoft::VisualStudio::Text::Formatting::TextViewLineChange change);
public:
 void SetChange(Microsoft::VisualStudio::Text::Formatting::TextViewLineChange change);
void SetChange(Microsoft::VisualStudio::Text::Formatting::TextViewLineChange change);
public void SetChange (Microsoft.VisualStudio.Text.Formatting.TextViewLineChange change);
abstract member SetChange : Microsoft.VisualStudio.Text.Formatting.TextViewLineChange -> unit
Public Sub SetChange (change As TextViewLineChange)

Parameters

Applies to