IEditorOptions::ClearOptionValue<T> Method (EditorOptionKey<T>)
Visual Studio 2015
Clear the locally-defined value for the given option.
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: System::Booleantrue if the option was defined locally and cleared, otherwise false.
Type Parameters
- T
The type of the value.
Show: