C# Class AppVeyor.UI.Common.VsShellHelper

Afficher le fichier Open project: onlyutkarsh/AppVeyorExtension

Méthodes publiques

Méthode Description
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.

Method Details

ShowMessageBox() public static méthode

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.
Résultat DialogResult

ShowMessageBox() public static méthode

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.
Résultat DialogResult