다음을 통해 공유


SplitterPanel.Measure Method (Size, Orientation, IEnumerable<SplitterMeasureData>, Boolean)

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Shared Function Measure ( _
    availableSize As Size, _
    orientation As Orientation, _
    measureData As IEnumerable(Of SplitterMeasureData), _
    remeasureElements As Boolean _
) As Size
public static Size Measure(
    Size availableSize,
    Orientation orientation,
    IEnumerable<SplitterMeasureData> measureData,
    bool remeasureElements
)

Parameters

  • remeasureElements
    Type: System.Boolean
    True to actually remeasure the child elements and attach the new layout information to them. To perform a non-invasive preview of the layout, pass false.

Return Value

Type: System.Windows.Size

.NET Framework Security

See Also

Reference

SplitterPanel Class

Measure Overload

Microsoft.VisualStudio.PlatformUI Namespace