ClientContextKey.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(ClientContextKey to String) | Implicitly converts a ClientContextKey to a  | 
| Implicit(String to ClientContextKey) | Implicitly converts a  | 
Implicit(ClientContextKey to String)
Implicitly converts a ClientContextKey to a string.
public static implicit operator string(Microsoft.VisualStudio.Extensibility.ClientContextKey value);static member op_Implicit : Microsoft.VisualStudio.Extensibility.ClientContextKey -> stringPublic Shared Widening Operator CType (value As ClientContextKey) As StringParameters
- value
- ClientContextKey
The ClientContextKey to be converted.
Returns
Applies to
Implicit(String to ClientContextKey)
Implicitly converts a string to a ClientContextKey.
public static implicit operator Microsoft.VisualStudio.Extensibility.ClientContextKey(string value);static member op_Implicit : string -> Microsoft.VisualStudio.Extensibility.ClientContextKeyPublic Shared Widening Operator CType (value As String) As ClientContextKeyParameters
- value
- String
The string value of ClientContextKey.