SettingValue<T>.ISettingValue.Value<TInterface> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.