SqlWorkbenchHierarchy.StaticShowMessage 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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);
static member StaticShowMessage : string * string * System.Windows.Forms.MessageBoxButtons * System.Windows.Forms.MessageBoxIcon * System.Windows.Forms.MessageBoxDefaultButton * System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
Public Shared Function StaticShowMessage (message As String, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, defButton As MessageBoxDefaultButton, owner As IWin32Window) As DialogResult
매개 변수
- message
- String
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
- defButton
- MessageBoxDefaultButton
- owner
- IWin32Window
반환
적용 대상
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);
static member StaticShowMessage : Exception * string * System.Windows.Forms.MessageBoxButtons * System.Windows.Forms.MessageBoxIcon * System.Windows.Forms.MessageBoxDefaultButton * System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
Public Shared Function StaticShowMessage (ex As Exception, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, defButton As MessageBoxDefaultButton, owner As IWin32Window) As DialogResult
매개 변수
- ex
- Exception
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
- defButton
- MessageBoxDefaultButton
- owner
- IWin32Window
반환
적용 대상
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);
static member StaticShowMessage : string * string * System.Windows.Forms.MessageBoxButtons * System.Windows.Forms.MessageBoxIcon * System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
Public Shared Function StaticShowMessage (message As String, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, owner As IWin32Window) As DialogResult
매개 변수
- message
- String
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
- owner
- IWin32Window
반환
적용 대상
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);
static member StaticShowMessage : string * string * System.Windows.Forms.MessageBoxButtons * System.Windows.Forms.MessageBoxIcon -> System.Windows.Forms.DialogResult
Public Shared Function StaticShowMessage (message As String, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon) As DialogResult
매개 변수
- message
- String
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
반환
적용 대상
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);
static member StaticShowMessage : Exception * string * System.Windows.Forms.MessageBoxButtons * System.Windows.Forms.MessageBoxIcon -> System.Windows.Forms.DialogResult
Public Shared Function StaticShowMessage (ex As Exception, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon) As DialogResult
매개 변수
- ex
- Exception
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
반환
적용 대상
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);
static member StaticShowMessage : Exception * string * System.Windows.Forms.MessageBoxButtons * System.Windows.Forms.MessageBoxIcon * System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
Public Shared Function StaticShowMessage (ex As Exception, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon, owner As IWin32Window) As DialogResult
매개 변수
- ex
- Exception
- caption
- String
- buttons
- MessageBoxButtons
- icon
- MessageBoxIcon
- owner
- IWin32Window