IVsUIShellArrangeWindows::Arrange Method (array<VSArrangeWindowInfo>^, Int32, SIZE)

 

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)

void Arrange(
	array<VSArrangeWindowInfo>^ infos,
	int Count,
	SIZE size
)

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.

Return to top
Show: