Méthode | Description | |
---|---|---|
VsMessageBoxNotifier ( IServiceProvider serviceProvider, string title, string messageFormat, bool logWholeMessage ) : Microsoft.VisualStudio.Shell |
Constructor for VsMessageBoxNotifier
|
Méthode | Description | |
---|---|---|
IProgressErrorNotifier ( |
public VsMessageBoxNotifier ( IServiceProvider serviceProvider, string title, string messageFormat, bool logWholeMessage ) : Microsoft.VisualStudio.Shell | ||
serviceProvider | IServiceProvider | |
title | string | Required message box title |
messageFormat | string | Required. Expected to have only one placeholder |
logWholeMessage | bool | Whether to shown the exception message or the whole exception |
Résultat | Microsoft.VisualStudio.Shell |