IEditorOptions::GetOptionValue Method (String^)

 

Gets the value of the option specified by the option ID.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Object^ GetOptionValue(
	String^ optionId
)

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.

Return to top
Show: