IEditorOptions::GetOptionValue<T> Method (String^)
Visual Studio 2015
Gets the value of the option identified by the specified 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: TThe current value of the option.
Type Parameters
- T
The type of the value.
Show: