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

  • Count
    Type: Int32

    The number of windows to arrange.

.NET Framework Security

See Also

Reference

IVsUIShellArrangeWindows Interface

Microsoft.VisualStudio.Shell.Interop Namespace