IEditorOptions::GetOptionValue<T> Method (String^)

 

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

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

generic<typename T>
T GetOptionValue(
	String^ optionId
)

Parameters

optionId
Type: System::String^

The ID of the option.

Return Value

Type: T

The current value of the option.

Type Parameters

T

The type of the value.

Return to top
Show: