Partilhar via


Método NSCollectionEditor.CreateCollectionForm

Creates a collection form for the collection editor.

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

Sintaxe

'Declaração
Protected Overrides Function CreateCollectionForm As CollectionEditor.CollectionForm
'Uso
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

Valor de retorno

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

Consulte também

Referência

NSCollectionEditor Classe

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask