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!

ReferenceEditor Class

ReferenceEditor is an editor that handles references to other components. When asked to list the possible values, it will query the container of the hosting component for all components that implement the given type and return that list.

Object
   ValueEditor
      ReferenceEditor

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

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.ComponentModel.Design.dll

See Also

ReferenceEditor Members | System.ComponentModel.Design Namespace | IContainer | IComponent