Share via


CollectionEditor.CollectionForm.ShowEditorDialog 方法

定義

使用指定的 IWindowsFormsEditorService 物件,顯示集合編輯器的對話方塊。

protected public:
 virtual System::Windows::Forms::DialogResult ShowEditorDialog(System::Windows::Forms::Design::IWindowsFormsEditorService ^ edSvc);
protected internal virtual System.Windows.Forms.DialogResult ShowEditorDialog (System.Windows.Forms.Design.IWindowsFormsEditorService edSvc);
abstract member ShowEditorDialog : System.Windows.Forms.Design.IWindowsFormsEditorService -> System.Windows.Forms.DialogResult
override this.ShowEditorDialog : System.Windows.Forms.Design.IWindowsFormsEditorService -> System.Windows.Forms.DialogResult
Protected Friend Overridable Function ShowEditorDialog (edSvc As IWindowsFormsEditorService) As DialogResult

參數

edSvc
IWindowsFormsEditorService

IWindowsFormsEditorService,可以用來顯示對話方塊。

傳回

DialogResult,表示從對話方塊傳回的結果程式碼。

適用於