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!

ReferenceConverter Class

Provides a type converter to convert object references to and from various other representations.

Object
   TypeConverter
      ReferenceConverter

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

Remarks

It is typically used within the context of sited components or a design environment. Without a component site or a usable ITypeDescriptorContext this converter is of little use.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace