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!

OldArrayEditor.CreateNewInstance

Creates a new instance of an element. The index is solely for assisting in coming up with default text.

[Visual Basic]
Overridable Public Function CreateNewInstance( _
   ByVal index As Integer _
) As Object
[C#]
public virtual object CreateNewInstance(
   int index
);
[C++]
public: virtual Object* CreateNewInstance(
   int index
);
[JScript]
public function CreateNewInstance(
   index : int
) : Object;

Parameters

index
A hint for coming up with default text.

Return Value

new element.

See Also

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