Share via


DesignerOptionService.ShowDialog 메서드

정의

지정한 개체에 대한 옵션 대화 상자를 표시합니다.

protected:
 virtual bool ShowDialog(System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ options, System::Object ^ optionObject);
protected virtual bool ShowDialog (System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject);
abstract member ShowDialog : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection * obj -> bool
override this.ShowDialog : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection * obj -> bool
Protected Overridable Function ShowDialog (options As DesignerOptionService.DesignerOptionCollection, optionObject As Object) As Boolean

매개 변수

options
DesignerOptionService.DesignerOptionCollection

호출할 개체가 포함된 옵션 컬렉션입니다.

optionObject
Object

실제 옵션 개체입니다.

반환

대화 상자가 표시되어 있으면 true이고, 그렇지 않으면 false입니다.

설명

ShowDialog 매개 변수의 옵션 대화 상자가 optionObject 표시되려면 메서드를 구현해야 합니다.

상속자 참고

기본 구현은 아무 작업도 수행 하지 하 고 반환 false합니다.

적용 대상

추가 정보