Share via


IVsUIShellArrangeWindows.Arrange(VSArrangeWindowInfo[], Int32, SIZE) Method

Definition

Applies a size change to the windows described in the infos array. The size parameter is commonly returned from ComputeWindowSizeChange.

public:
 void Arrange(cli::array <Microsoft::VisualStudio::Shell::Interop::VSArrangeWindowInfo> ^ infos, int Count, Microsoft::VisualStudio::OLE::Interop::SIZE size);
void Arrange(std::Array <Microsoft::VisualStudio::Shell::Interop::VSArrangeWindowInfo> const & infos, int Count, Microsoft::VisualStudio::OLE::Interop::SIZE size);
public void Arrange (Microsoft.VisualStudio.Shell.Interop.VSArrangeWindowInfo[] infos, int Count, Microsoft.VisualStudio.OLE.Interop.SIZE size);
abstract member Arrange : Microsoft.VisualStudio.Shell.Interop.VSArrangeWindowInfo[] * int * Microsoft.VisualStudio.OLE.Interop.SIZE -> unit
Public Sub Arrange (infos As VSArrangeWindowInfo(), Count As Integer, size As SIZE)

Parameters

infos
VSArrangeWindowInfo[]

The windows to arrange.

Count
Int32

The number of windows to arrange.

size
SIZE

The size of the change.

Applies to