IEditorOptions.GetOptionValue<T> Method (EditorOptionKey<T>)

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

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

Syntax

'Declaration
Function GetOptionValue(Of T) ( _
    key As EditorOptionKey(Of T) _
) As T
T GetOptionValue<T>(
    EditorOptionKey<T> key
)
generic<typename T>
T GetOptionValue(
    EditorOptionKey<T> key
)
abstract GetOptionValue : 
        key:EditorOptionKey<'T> -> 'T 
JScript does not support generic types or methods.

Type Parameters

  • T
    The type of the value.

Parameters

Return Value

Type: T
The current value of the option.

.NET Framework Security

See Also

Reference

IEditorOptions Interface

GetOptionValue Overload

Microsoft.VisualStudio.Text.Editor Namespace