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!

CollectionEditor Constructor

Creates a new collection editor.

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

Parameters

type
The type of collection this object is to edit.

See Also

CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace