Share via


NSCollectionEditor.CreateCollectionForm Method

Creates a collection form for the collection editor.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Syntax

'Declaration
Protected Overrides Function CreateCollectionForm As CollectionEditor.CollectionForm
'Usage
Dim returnValue As CollectionEditor.CollectionForm 

returnValue = Me.CreateCollectionForm()
protected override CollectionEditor.CollectionForm CreateCollectionForm()
protected:
virtual CollectionEditor.CollectionForm^ CreateCollectionForm() override
abstract CreateCollectionForm : unit -> CollectionEditor.CollectionForm  
override CreateCollectionForm : unit -> CollectionEditor.CollectionForm
protected override function CreateCollectionForm() : CollectionEditor.CollectionForm

Return Value

Type: System.ComponentModel.Design.CollectionEditor.CollectionForm
The created collection form for the collection editor.

See Also

Reference

NSCollectionEditor Class

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace