次の方法で共有


SplitterPanel.GetMaximumLength Method

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

Syntax

'宣言
Public Shared Function GetMaximumLength ( _
    element As UIElement _
) As Double
'使用
Dim element As UIElement
Dim returnValue As Double

returnValue = SplitterPanel.GetMaximumLength(element)
public static double GetMaximumLength(
    UIElement element
)
public:
static double GetMaximumLength(
    UIElement^ element
)
static member GetMaximumLength : 
        element:UIElement -> float 
public static function GetMaximumLength(
    element : UIElement
) : double

Parameters

Return Value

Type: System.Double

.NET Framework Security

See Also

Reference

SplitterPanel Class

SplitterPanel Members

Microsoft.VisualStudio.PlatformUI Namespace