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