共用方式為


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 命名空間