다음을 통해 공유


DialogPropertyValueEditor.ShowDialog(PropertyValue, IInputElement) 메서드

정의

DialogEditorTemplate이 null이고 사용자가 대화 상자를 호출했을 때 호출됩니다.

public:
 virtual void ShowDialog(System::Activities::Presentation::PropertyEditing::PropertyValue ^ propertyValue, System::Windows::IInputElement ^ commandSource);
public virtual void ShowDialog (System.Activities.Presentation.PropertyEditing.PropertyValue propertyValue, System.Windows.IInputElement commandSource);
abstract member ShowDialog : System.Activities.Presentation.PropertyEditing.PropertyValue * System.Windows.IInputElement -> unit
override this.ShowDialog : System.Activities.Presentation.PropertyEditing.PropertyValue * System.Windows.IInputElement -> unit
Public Overridable Sub ShowDialog (propertyValue As PropertyValue, commandSource As IInputElement)

매개 변수

propertyValue
PropertyValue

편집하는 속성에 대한 PropertyValue입니다.

commandSource
IInputElement

IInputElement 실행의 원본으로 사용할 수 있는 PropertyValueEditorCommands입니다.

설명

명령은 호스트에서 처리되며 사용자 지정 대화 상자는 호스트의 시각적 트리에 포함되지 않으므로 commandSource는 호스트의 시각적 트리의 일부이며 속성 편집 명령이 올바르게 처리되도록 실행하는 데 사용할 수 있는 IInputElement를 노출합니다. 이 메서드를 재정의하면 어떠한 사용자 지정 대화 상자 논리라도 구현할 수 있습니다(예: 기존 시스템 대화 상자 호출).

적용 대상