DefaultOptions.LongBufferLineThresholdId Field

Definition

The default option that determines the threshold for special handling of long lines.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<int> LongBufferLineThresholdId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<int> LongBufferLineThresholdId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<int> LongBufferLineThresholdId;
 staticval mutable LongBufferLineThresholdId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<int>
Public Shared ReadOnly LongBufferLineThresholdId As EditorOptionKey(Of Integer) 

Field Value

Remarks

Some operations will not operate on lines longer than this threshold.

Applies to