IVsUIShellArrangeWindows::Arrange Method (array<VSArrangeWindowInfo>^, Int32, SIZE)
Visual Studio 2015
Applies a size change to the windows described in the infos array. The size parameter is commonly returned from ComputeWindowSizeChange.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Parameters
- infos
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSArrangeWindowInfo>^
The windows to arrange.
- Count
-
Type:
System::Int32
The number of windows to arrange.
- size
-
Type:
Microsoft.VisualStudio.OLE.Interop::SIZE
The size of the change.
Show: