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!

ComponentConverter Class

Provides a type converter to convert Component objects to and from various other representations. This class adds support for properties on a component.

Object
   TypeConverter
      ReferenceConverter
         ComponentConverter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace