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!

ConstraintsCollectionEditor.CreateNewItemTypes

Retrieves the data types this collection can contain. The default implementation looks inside of the collection for the Item property and returns the returning datatype of the item. Do not call this method directly. Instead, use the ItemTypes property. Use this method to override the default implementation.

[Visual Basic]
Overrides Protected Function CreateNewItemTypes() As Type ()
[C#]
protected override Type[] CreateNewItemTypes();
[C++]
protected: override Type* CreateNewItemTypes() [];
[JScript]
protected override function CreateNewItemTypes() : Type[];

Return Value

An array of types this collection can contain.

See Also

ConstraintsCollectionEditor Class | ConstraintsCollectionEditor Members | System.Data.Design Namespace