NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeListConverter Class

TypeListConverter is a class that can be used select type from a list. It is abstract, and you must provide your own list of types. rectangles from one data type to another. Access this class through the TypeDescriptor.

Object
   TypeConverter
      TypeListConverter

[Visual Basic]
MustInherit Public Class TypeListConverter
   Inherits TypeConverter
[C#]
public abstract class TypeListConverter : TypeConverter
[C++]
public __gc __abstract class TypeListConverter : public
   TypeConverter
[JScript]
public abstract class TypeListConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace