SettingIdentifier<T>.Implicit Operator
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.
Overloads
Implicit(SettingIdentifier<T> to String) |
Implicitly converts a SettingIdentifier<T> to a |
Implicit(String to SettingIdentifier<T>) |
Implicit(SettingIdentifier<T> to String)
Implicitly converts a SettingIdentifier<T> to a string
.
public static implicit operator string (Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T> value);
static member op_Implicit : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<'T> -> string
Public Shared Widening Operator CType (value As SettingIdentifier(Of T)) As String
Parameters
- value
- SettingIdentifier<T>
The SettingIdentifier<T> to be converted.
Returns
Applies to
Implicit(String to SettingIdentifier<T>)
public static implicit operator Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T> (string value);
static member op_Implicit : string -> Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<'T>
Public Shared Widening Operator CType (value As String) As SettingIdentifier(Of T)
Parameters
- value
- String