SplitterLengthConverter Class

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

Syntax

‘선언
Public Class SplitterLengthConverter _
    Inherits TypeConverter
‘사용 방법
Dim instance As SplitterLengthConverter
public class SplitterLengthConverter : TypeConverter
public ref class SplitterLengthConverter : public TypeConverter
type SplitterLengthConverter =  
    class
        inherit TypeConverter
    end
public class SplitterLengthConverter extends TypeConverter

Inheritance Hierarchy

System.Object
  System.ComponentModel.TypeConverter
    Microsoft.VisualStudio.PlatformUI.SplitterLengthConverter

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

SplitterLengthConverter Members

Microsoft.VisualStudio.PlatformUI Namespace