IEditorOptions::GetOptionValue<T> Method (EditorOptionKey<T>)
Visual Studio 2015
Gets the value of the option identified by the specified key.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- key
-
Type:
Microsoft.VisualStudio.Text.Editor::EditorOptionKey<T>
The key of the option.
Return Value
Type: TThe current value of the option.
Type Parameters
- T
The type of the value.
Show: