SqlWorkbenchHierarchy.StaticShowMessage Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
StaticShowMessage(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, IWin32Window)
public:
static System::Windows::Forms::DialogResult StaticShowMessage(System::String ^ message, System::String ^ caption, System::Windows::Forms::MessageBoxButtons buttons, System::Windows::Forms::MessageBoxIcon icon, System::Windows::Forms::MessageBoxDefaultButton defButton, System::Windows::Forms::IWin32Window ^ owner);
public static System.Windows.Forms.DialogResult StaticShowMessage (string message, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defButton, System.Windows.Forms.IWin32Window owner);
Public Shared Function StaticShowMessage (message As String, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, defButton As MessageBoxDefaultButton, owner As IWin32Window) As DialogResult
Parâmetros
- message
- String
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
- defButton
- MessageBoxDefaultButton
- owner
- IWin32Window
Retornos
Aplica-se a
StaticShowMessage(Exception, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, IWin32Window)
public:
static System::Windows::Forms::DialogResult StaticShowMessage(Exception ^ ex, System::String ^ caption, System::Windows::Forms::MessageBoxButtons buttons, System::Windows::Forms::MessageBoxIcon icon, System::Windows::Forms::MessageBoxDefaultButton defButton, System::Windows::Forms::IWin32Window ^ owner);
public static System.Windows.Forms.DialogResult StaticShowMessage (Exception ex, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defButton, System.Windows.Forms.IWin32Window owner);
Public Shared Function StaticShowMessage (ex As Exception, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, defButton As MessageBoxDefaultButton, owner As IWin32Window) As DialogResult
Parâmetros
- ex
- Exception
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
- defButton
- MessageBoxDefaultButton
- owner
- IWin32Window
Retornos
Aplica-se a
StaticShowMessage(String, String, MessageBoxButtons, MessageBoxIcon, IWin32Window)
public:
static System::Windows::Forms::DialogResult StaticShowMessage(System::String ^ message, System::String ^ caption, System::Windows::Forms::MessageBoxButtons buttons, System::Windows::Forms::MessageBoxIcon icon, System::Windows::Forms::IWin32Window ^ owner);
public static System.Windows.Forms.DialogResult StaticShowMessage (string message, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.IWin32Window owner);
Public Shared Function StaticShowMessage (message As String, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, owner As IWin32Window) As DialogResult
Parâmetros
- message
- String
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
- owner
- IWin32Window
Retornos
Aplica-se a
StaticShowMessage(String, String, MessageBoxButtons, MessageBoxIcon)
public:
static System::Windows::Forms::DialogResult StaticShowMessage(System::String ^ message, System::String ^ caption, System::Windows::Forms::MessageBoxButtons buttons, System::Windows::Forms::MessageBoxIcon icon);
public static System.Windows.Forms.DialogResult StaticShowMessage (string message, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon);
Public Shared Function StaticShowMessage (message As String, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon) As DialogResult
Parâmetros
- message
- String
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
Retornos
Aplica-se a
StaticShowMessage(Exception, String, MessageBoxButtons, MessageBoxIcon)
public:
static System::Windows::Forms::DialogResult StaticShowMessage(Exception ^ ex, System::String ^ caption, System::Windows::Forms::MessageBoxButtons buttons, System::Windows::Forms::MessageBoxIcon icon);
public static System.Windows.Forms.DialogResult StaticShowMessage (Exception ex, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon);
Public Shared Function StaticShowMessage (ex As Exception, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon) As DialogResult
Parâmetros
- ex
- Exception
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
Retornos
Aplica-se a
StaticShowMessage(Exception, String, MessageBoxButtons, MessageBoxIcon, IWin32Window)
public:
static System::Windows::Forms::DialogResult StaticShowMessage(Exception ^ ex, System::String ^ caption, System::Windows::Forms::MessageBoxButtons buttons, System::Windows::Forms::MessageBoxIcon icon, System::Windows::Forms::IWin32Window ^ owner);
public static System.Windows.Forms.DialogResult StaticShowMessage (Exception ex, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.IWin32Window owner);
Public Shared Function StaticShowMessage (ex As Exception, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, owner As IWin32Window) As DialogResult
Parâmetros
- ex
- Exception
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
- owner
- IWin32Window