IEditorOptions::GetOptionValue Method (String^)
Visual Studio 2015
Gets the value of the option specified by the option ID.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- optionId
-
Type:
System::String^
The ID of the option.
Return Value
Type: System::Object^The current value of the option, as an object. The caller is responsible for casting the object to the correct type.
Show: