UIHost.ShowMessageBox 方法 (String, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Public Shared Function ShowMessageBox ( _
text As String, _
helpTopic As String, _
caption As String, _
buttons As MessageBoxButtons, _
icon As MessageBoxIcon, _
defaultButton As MessageBoxDefaultButton _
) As DialogResult
public static DialogResult ShowMessageBox(
string text,
string helpTopic,
string caption,
MessageBoxButtons buttons,
MessageBoxIcon icon,
MessageBoxDefaultButton defaultButton
)
參數
- text
型別:System.String
- helpTopic
型別:System.String
- caption
型別:System.String
- buttons
型別:System.Windows.Forms.MessageBoxButtons
- defaultButton
型別:System.Windows.Forms.MessageBoxDefaultButton
傳回值
型別:System.Windows.Forms.DialogResult
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。