C# Класс AppVeyor.UI.Common.VsShellHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
ShowMessageBox ( string text, string helpKeyword, MessageBoxButtons buttons, MessageBoxIcon icon, string title = "AppVeyor" ) : DialogResult

Shows a message box.

ShowMessageBox ( string title, string text, string helpKeyword ) : DialogResult

Shows a message box.

Описание методов

ShowMessageBox() публичный статический Метод

Shows a message box.
public static ShowMessageBox ( string text, string helpKeyword, MessageBoxButtons buttons, MessageBoxIcon icon, string title = "AppVeyor" ) : DialogResult
text string The text.
helpKeyword string The help keyword.
buttons MessageBoxButtons The buttons.
icon MessageBoxIcon The icon.
title string The title.
Результат DialogResult

ShowMessageBox() публичный статический Метод

Shows a message box.
public static ShowMessageBox ( string title, string text, string helpKeyword ) : DialogResult
title string The title.
text string The text.
helpKeyword string The help keyword.
Результат DialogResult