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 命名空间