Compartir a través de


NSCollectionEditor.CreateCollectionForm Método

Creates a collection form for the collection editor.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

NSCollectionEditor Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask