ProvideToolWindowAttribute.Orientation Property
Gets or sets the default orientation for the tool window relative to the window specified by the Window property.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Property Orientation As ToolWindowOrientation
public ToolWindowOrientation Orientation { get; set; }
Property Value
Type: Microsoft.VisualStudio.Shell.ToolWindowOrientation
ToolWindowOrientation .
Remarks
Allowable orientations are Top, Left, Right, Bottom or none.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.