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