C# 클래스 Microsoft.Practices.Prism.Interactivity.InteractionRequest.PopupMessageDialogAction

Concrete class that pops up a specified child window or a default child window configured with a data template.
상속: PopupDialogActionBase
파일 보기 프로젝트 열기: xperiandri/PortablePrism

공개 프로퍼티들

프로퍼티 타입 설명
ContentTemplateProperty DependencyProperty
MessageDialogProperty DependencyProperty

보호된 메소드들

메소드 설명
GetMessageDialog ( INotification notification ) : MessageDialog

Returns the child window to display as part of the trigger action.

비공개 메소드들

메소드 설명
CreateDefaultWindow ( INotification notification ) : MessageDialog

메소드 상세

GetMessageDialog() 보호된 메소드

Returns the child window to display as part of the trigger action.
protected GetMessageDialog ( INotification notification ) : MessageDialog
notification INotification The notification to display in the child window.
리턴 Windows.UI.Popups.MessageDialog

프로퍼티 상세

ContentTemplateProperty 공개적으로 정적으로 프로퍼티

The DataTemplate to apply to the popup content.
public static DependencyProperty ContentTemplateProperty
리턴 DependencyProperty

MessageDialogProperty 공개적으로 정적으로 프로퍼티

The child window to display as part of the popup.
public static DependencyProperty MessageDialogProperty
리턴 DependencyProperty