SplitterLength Structure

 

Microsoft internal use only.

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

[TypeConverterAttribute(typeof(SplitterLengthConverter))]
public struct SplitterLength : IEquatable<SplitterLength>

NameDescription
System_CAPS_pubmethodSplitterLength(Double)

Microsoft internal use only.

System_CAPS_pubmethodSplitterLength(Double, SplitterUnitType)

Microsoft internal use only.

NameDescription
System_CAPS_pubpropertyIsFill

Microsoft internal use only.

System_CAPS_pubpropertyIsStretch

Microsoft internal use only.

System_CAPS_pubpropertySplitterUnitType

Microsoft internal use only.

System_CAPS_pubpropertyValue

Microsoft internal use only.

NameDescription
System_CAPS_pubmethodEquals(Object)

Microsoft internal use only.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethodEquals(SplitterLength)

Microsoft internal use only.

System_CAPS_pubmethodGetHashCode()

Microsoft internal use only.(Overrides ValueType.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Microsoft internal use only.(Overrides ValueType.ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(SplitterLength, SplitterLength)

Microsoft internal use only.

System_CAPS_puboperatorSystem_CAPS_staticInequality(SplitterLength, SplitterLength)

Microsoft internal use only.

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

Return to top
Show: