ToolWindowConfiguration Class
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.
Configuration for a tool window.
public sealed class ToolWindowConfiguration : IEquatable<Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowConfiguration>
type ToolWindowConfiguration = class
interface IEquatable<ToolWindowConfiguration>
Public NotInheritable Class ToolWindowConfiguration
Implements IEquatable(Of ToolWindowConfiguration)
- Inheritance
-
ToolWindowConfiguration
- Implements
Constructors
ToolWindowConfiguration() |
Properties
AllowAutoCreation |
Gets or sets a value indicating whether the tool window can be created automatically. |
DockDirection |
Gets or sets the dock direction where the tool window should be placed relative to the Placement value. |
Placement |
Gets or sets the default placement location for the tool window. This can be a well-known value, or the identifier of another tool window. |
Toolbar |
Gets or sets the optional toolbar for the tool window. |
VisibleWhen |
Gets or sets the optional ActivationConstraint describing when the tool window is visible. |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. |
Equals(ToolWindowConfiguration) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Serves as the default hash function. |