共用方式為


ToolWindowConfiguration Class

Definition

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.

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.

Applies to