Key.Implicit(Key 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 Key to a string
.
public static implicit operator string (Microsoft.VisualStudio.Extensibility.Commands.Key value);
static member op_Implicit : Microsoft.VisualStudio.Extensibility.Commands.Key -> string
Public Shared Widening Operator CType (value As Key) As String