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!

ListItemConverter Class

ListItemConverter is a class that can be used to convert ListItem objects from one data type to another. Access this class through the TypeDescriptor.

Object
   TypeConverter
      ListItemConverter

[Visual Basic]
Public Class ListItemConverter
   Inherits TypeConverter
[C#]
public class ListItemConverter : TypeConverter
[C++]
public __gc class ListItemConverter : public TypeConverter
[JScript]
public class ListItemConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ListItemConverter Members | System.WinForms Namespace