ToolWindowPlacement Struct
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.
Tool window placement.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement+Converter))]
public struct ToolWindowPlacement : IEquatable<Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement+Converter))>]
type ToolWindowPlacement = struct
Public Structure ToolWindowPlacement
Implements IEquatable(Of ToolWindowPlacement)
- Inheritance
-
ToolWindowPlacement
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Properties
DocumentWell |
Places the tool window in the active document well by default. |
Floating |
Places the tool window in a standalone floating window by default. |
Methods
DockedTo(Guid) |
Initializes a new instance of the ToolWindowPlacement struct. |
Equals(Object) | Indicates whether this instance and a specified object are equal. |
Equals(ToolWindowPlacement) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Returns the hash code for this instance. |
ToString() |
Returns the string value of ToolWindowPlacement. |
Operators
Equality(ToolWindowPlacement, ToolWindowPlacement) |
Compares two ToolWindowPlacement values returning whether they are equal. |
Implicit(Guid to ToolWindowPlacement) |
Implicitly converts a Guid to a ToolWindowPlacement. |
Implicit(ToolWindowPlacement to String) |
Implicitly converts a ToolWindowPlacement to a |
Inequality(ToolWindowPlacement, ToolWindowPlacement) |
Compares two ToolWindowPlacement values returning whether they are different. |