다음을 통해 공유


IWebMatrixHost.ShowDialog 메서드 (String, UIElement, DialogSize, MessageBoxButton, MessageBoxResult, array<ICommand )

버전 2에 적용

명령에 대화 상자 명령이 표시되는지 여부에 대한 값을 나타냅니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Function ShowDialog ( _
    title As String, _
    content As UIElement, _
    dialogSize As DialogSize, _
    buttons As MessageBoxButton, _
    defaultButton As MessageBoxResult, _
    buttonCommands As ICommand() _
) As Nullable(Of Boolean)
‘사용 방법
Dim instance As IWebMatrixHost 
Dim title As String 
Dim content As UIElement 
Dim dialogSize As DialogSize 
Dim buttons As MessageBoxButton 
Dim defaultButton As MessageBoxResult 
Dim buttonCommands As ICommand()
Dim returnValue As Nullable(Of Boolean)

returnValue = instance.ShowDialog(title, _
    content, dialogSize, buttons, defaultButton, _
    buttonCommands)
Nullable<bool> ShowDialog(
    string title,
    UIElement content,
    DialogSize dialogSize,
    MessageBoxButton buttons,
    MessageBoxResult defaultButton,
    ICommand[] buttonCommands
)
Nullable<bool> ShowDialog(
    String^ title, 
    UIElement^ content, 
    DialogSize dialogSize, 
    MessageBoxButton buttons, 
    MessageBoxResult defaultButton, 
    array<ICommand^>^ buttonCommands
)
abstract ShowDialog : 
        title:string * 
        content:UIElement * 
        dialogSize:DialogSize * 
        buttons:MessageBoxButton * 
        defaultButton:MessageBoxResult * 
        buttonCommands:ICommand[] -> Nullable<bool> 
function ShowDialog(
    title : String, 
    content : UIElement, 
    dialogSize : DialogSize, 
    buttons : MessageBoxButton, 
    defaultButton : MessageBoxResult, 
    buttonCommands : ICommand[]
) : Nullable<boolean>

매개 변수

반환 값

유형: System.Nullable<Boolean>
명령에 대화 상자가 표시되면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

IWebMatrixHost 인터페이스

ShowDialog 오버로드

Microsoft.WebMatrix.Extensibility 네임스페이스