共用方式為


EditorOptionValue<T>.IEditorOptionValue.Value<TInterface> Method

Definition

Gets the value converted to the type T.

TInterface IEditorOptionValue.Value<TInterface> ();
abstract member Microsoft.VisualStudio.Extensibility.Editor.IEditorOptionValue.Value : unit -> 'Interface
override this.Microsoft.VisualStudio.Extensibility.Editor.IEditorOptionValue.Value : unit -> 'Interface
Function Value(Of TInterface) () As TInterface Implements IEditorOptionValue.Value

Type Parameters

TInterface

Returns

TInterface

The value converted to the type T.

Implements

Applies to