LongBufferLineThreshold.Key Property

Definition

Gets the editor option key.

public:
 virtual property Microsoft::VisualStudio::Text::Editor::EditorOptionKey<int> Key { Microsoft::VisualStudio::Text::Editor::EditorOptionKey<int> get(); };
public override Microsoft.VisualStudio.Text.Editor.EditorOptionKey<int> Key { get; }
member this.Key : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<int>
Public Overrides ReadOnly Property Key As EditorOptionKey(Of Integer)

Property Value

The editor option key.

Applies to