IEditorOptions::SetOptionValue Method (String^, Object^)
Visual Studio 2015
Sets the value of the specified option in the current scope.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- optionId
-
Type:
System::String^
The ID of the option.
- value
-
Type:
System::Object^
The new value of the option.
If the given option is not applicable in the current scope, it attempts to set the option in the global scope.
Show: