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

適用対象