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