Udostępnij za pośrednictwem


Metoda IRuntimeHost.ShowMessageBox —

Ten interfejs API obsługuje infrastrukturę programu Team Foundation Server i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.TeamFoundation.Client
Zestaw:  Microsoft.TeamFoundation.Client (w Microsoft.TeamFoundation.Client.dll)

Składnia

'Deklaracja
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
)

Parametry

Wartość zwracana

Typ: System.Windows.Forms.DialogResult
Returns DialogResult.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IRuntimeHost Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.Client