IVsUIShellArrangeWindows.Arrange Method
Applies a size change to the windows described in the infos array. The size parameter is commonly returned from ComputeWindowSizeChange.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Sub Arrange ( _
infos As VSArrangeWindowInfo(), _
Count As Integer, _
size As SIZE _
)
void Arrange(
VSArrangeWindowInfo[] infos,
int Count,
SIZE size
)
void Arrange(
[InAttribute] array<VSArrangeWindowInfo>^ infos,
[InAttribute] int Count,
[InAttribute] SIZE size
)
abstract Arrange :
infos:VSArrangeWindowInfo[] *
Count:int *
size:SIZE -> unit
function Arrange(
infos : VSArrangeWindowInfo[],
Count : int,
size : SIZE
)
Parameters
infos
Type: array<Microsoft.VisualStudio.Shell.Interop.VSArrangeWindowInfo[]The windows to arrange.
Count
Type: Int32The number of windows to arrange.
size
Type: Microsoft.VisualStudio.OLE.Interop.SIZEThe size of the change.
.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.