Share via


SettingValue<T>.ISettingValue.Value<TInterface> Method

Definition

Gets the value converted to the type T.

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

Type Parameters

TInterface

Returns

TInterface

The value converted to the type T.

Implements

Applies to