NSCollectionEditor.CreateCollectionForm 方法

Creates a collection form for the collection editor.

命名空间:  Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集:  Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)

语法

声明
Protected Overrides Function CreateCollectionForm As CollectionEditor.CollectionForm
用法
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

返回值

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

请参阅

参考

NSCollectionEditor 类

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空间