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
- value
 Type: System.Double
- unitType
 Type: Microsoft.VisualStudio.PlatformUI.SplitterUnitType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.