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입니다.

적용 대상