Partager via


Méthode NSCollectionEditor.CreateCollectionForm

Creates a collection form for the collection editor.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Protected Overrides Function CreateCollectionForm As CollectionEditor.CollectionForm
'Utilisation
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

Valeur de retour

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

Voir aussi

Référence

NSCollectionEditor Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.XMLTask