Compartir a través de


ClientContextKey.Implicit Operator

Definition

Overloads

Implicit(ClientContextKey to String)

Implicitly converts a ClientContextKey to a string.

Implicit(String to ClientContextKey)

Implicitly converts a string to a ClientContextKey.

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 -> string
Public Shared Widening Operator CType (value As ClientContextKey) As String

Parameters

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.ClientContextKey
Public Shared Widening Operator CType (value As String) As ClientContextKey

Parameters

value
String

The string value of ClientContextKey.

Returns

Applies to