C# 클래스 AppVeyor.UI.Common.VsShellHelper

파일 보기 프로젝트 열기: onlyutkarsh/AppVeyorExtension

공개 메소드들

메소드 설명
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