C# Class VSSonarExtensionUi.View.Helpers.MessageDisplayBox

Interaction logic for UserInputWindow.xaml
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

DisplayMessage() public static méthode

The show.
public static DisplayMessage ( string message, string detailedMessage = "", string helpurl = "" ) : void
message string The message.
detailedMessage string The detailed message.
helpurl string
Résultat void

MessageDisplayBox() public méthode

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
Résultat System