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 대화 상자를 표시하는 데 사용할 수 있는 항목입니다.

반품

대화 상자에서 반환된 결과 코드를 나타내는 A DialogResult 입니다.

적용 대상