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!

ValueEditorHost Constructor (Type, Type)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As Type, _
   ByVal valueEditorType As Type _
)
[C#]
public ValueEditorHost(
   Type type,
   Type valueEditorType
);
[C++]
public: ValueEditorHost(
   Type* type,
   Type* valueEditorType
);
[JScript]
public function ValueEditorHost(
   type : Type,
   valueEditorType : Type
);

Parameters

type
[To be supplied.]
valueEditorType
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.ComponentModel.Design Namespace | ValueEditorHost Constructor Overload List