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 (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Public Property Orientation As ToolWindowOrientation
'Usage
Dim instance As ProvideToolWindowAttribute
Dim value As ToolWindowOrientation
value = instance.Orientation
instance.Orientation = value
public ToolWindowOrientation Orientation { get; set; }
public:
property ToolWindowOrientation Orientation {
ToolWindowOrientation get ();
void set (ToolWindowOrientation value);
}
public function get Orientation () : ToolWindowOrientation
public function set Orientation (value : ToolWindowOrientation)
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.
See Also
Reference
ProvideToolWindowAttribute Class