Partilhar via


Método PackageUtility.ShowError (IServiceProvider, String, String)

Método auxiliar para mostrar uma mensagem de erro dentro do shell.Isso deve ser usado em vez de MessageBox.Show();

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Public Shared Sub ShowError ( _
    serviceProvider As IServiceProvider, _
    errorText As String, _
    f1Keyword As String _
)
public static void ShowError(
    IServiceProvider serviceProvider,
    string errorText,
    string f1Keyword
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

PackageUtility Classe

Sobrecargas ShowError

Namespace Microsoft.VisualStudio.Modeling.Shell