DefaultOptions.LongBufferLineThresholdId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.