SplitterLength Constructor (Double, SplitterUnitType)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
value As Double, _
unitType As SplitterUnitType _
)
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.