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.