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