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