SplitterLength Structure

Microsoft internal use only.

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

Syntax

'Declaration
<TypeConverterAttribute(GetType(SplitterLengthConverter))> _
Public Structure SplitterLength _
    Implements IEquatable(Of SplitterLength)
[TypeConverterAttribute(typeof(SplitterLengthConverter))]
public struct SplitterLength : IEquatable<SplitterLength>
[TypeConverterAttribute(typeof(SplitterLengthConverter))]
public value class SplitterLength : IEquatable<SplitterLength>
[<Sealed>]
[<TypeConverterAttribute(typeof(SplitterLengthConverter))>]
type SplitterLength =  
    struct 
        interface IEquatable<SplitterLength>
    end
JScript supports the use of structures, but not the declaration of new ones.

The SplitterLength type exposes the following members.

Constructors

  Name Description
Public method SplitterLength(Double) Microsoft internal use only.
Public method SplitterLength(Double, SplitterUnitType) Microsoft internal use only.

Top

Properties

  Name Description
Public property IsFill Microsoft internal use only.
Public property IsStretch Microsoft internal use only.
Public property SplitterUnitType Microsoft internal use only.
Public property Value Microsoft internal use only.

Top

Methods

  Name Description
Public method Equals(Object) Microsoft internal use only. (Overrides ValueType.Equals(Object).)
Public method Equals(SplitterLength) Microsoft internal use only.
Public method GetHashCode Microsoft internal use only. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Microsoft internal use only. (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Microsoft internal use only.
Public operatorStatic member Inequality Microsoft internal use only.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace