IRuntimeHost.ShowMessageBox Yöntem
Bu API, Team Foundation Server altyapısını destekler ve doğrudan sizin kodunuzdan kullanılmak üzere tasarlanmamıştır.
Ad alanı: Microsoft.TeamFoundation.Client
Derleme: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll içinde)
Sözdizimi
'Bildirim
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
DialogResult ShowMessageBox(
IWin32Window parent,
string text,
string helpTopic,
string caption,
MessageBoxButtons buttons,
MessageBoxIcon icon,
MessageBoxDefaultButton defaultButton
)
Parametreler
- parent
Tür: System.Windows.Forms.IWin32Window
- text
Tür: System.String
- helpTopic
Tür: System.String
- caption
Tür: System.String
- buttons
Tür: System.Windows.Forms.MessageBoxButtons
- icon
Tür: System.Windows.Forms.MessageBoxIcon
- defaultButton
Tür: System.Windows.Forms.MessageBoxDefaultButton
Dönüş Değeri
Tür: System.Windows.Forms.DialogResult
DialogResult döndürür.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.