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