C# 클래스 VSSonarExtensionUi.View.Helpers.MessageDisplayBox

Interaction logic for UserInputWindow.xaml
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension 1 사용 예제들

공개 메소드들

메소드 설명
DisplayMessage ( string message, string detailedMessage = "", string helpurl = "" ) : void

The show.

MessageDisplayBox ( string message, string extendedMessage, string url ) : System

Initializes a new instance of the MessageDisplayBox class.

비공개 메소드들

메소드 설명
AddHyperlinkText ( string linkURL, string linkName ) : void

Adds the hyperlink text.

BtnDialogOkClick ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnDialogOk control.

RequestNavigateHandler ( object sender, RequestNavigateEventArgs e ) : void

Requests the navigate handler.

메소드 상세

DisplayMessage() 공개 정적인 메소드

The show.
public static DisplayMessage ( string message, string detailedMessage = "", string helpurl = "" ) : void
message string The message.
detailedMessage string The detailed message.
helpurl string
리턴 void

MessageDisplayBox() 공개 메소드

Initializes a new instance of the MessageDisplayBox class.
public MessageDisplayBox ( string message, string extendedMessage, string url ) : System
message string The message.
extendedMessage string The extended message.
url string
리턴 System