다음을 통해 공유


SplitterLength Constructor (Double, SplitterUnitType)

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

Syntax

‘선언
Public Sub New ( _
    value As Double, _
    unitType As SplitterUnitType _
)
‘사용 방법
Dim value As Double
Dim unitType As SplitterUnitType

Dim instance As New SplitterLength(value, unitType)
public SplitterLength(
    double value,
    SplitterUnitType unitType
)
public:
SplitterLength(
    double value, 
    SplitterUnitType unitType
)
new : 
        value:float * 
        unitType:SplitterUnitType -> SplitterLength
public function SplitterLength(
    value : double, 
    unitType : SplitterUnitType
)

Parameters

.NET Framework Security

See Also

Reference

SplitterLength Structure

SplitterLength Members

SplitterLength Overload

Microsoft.VisualStudio.PlatformUI Namespace