名前空間: Microsoft.TeamFoundation.Client
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Public MustOverride Function ShowMessageBox ( _
parent As IWin32Window, _
text As String, _
helpTopic As String, _
caption As String, _
buttons As MessageBoxButtons, _
icon As MessageBoxIcon, _
defaultButton As MessageBoxDefaultButton _
) As DialogResult
public abstract DialogResult ShowMessageBox(
IWin32Window parent,
string text,
string helpTopic,
string caption,
MessageBoxButtons buttons,
MessageBoxIcon icon,
MessageBoxDefaultButton defaultButton
)
パラメーター
- parent
型 : System.Windows.Forms.IWin32Window
- text
型 : System.String
- helpTopic
型 : System.String
- caption
型 : System.String
- buttons
型 : System.Windows.Forms.MessageBoxButtons
- icon
型 : System.Windows.Forms.MessageBoxIcon
- defaultButton
型 : System.Windows.Forms.MessageBoxDefaultButton
戻り値
型 : System.Windows.Forms.DialogResult
実装
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。