IVsUIShellArrangeWindows.Arrange(VSArrangeWindowInfo[], Int32, SIZE) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.