Método IVsSettingsReader.ReportError (String, UInt32)

 

Publicado: abril de 2016

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int ReportError(
    string pszError,
    uint dwErrorType
)
int ReportError(
    String^ pszError,
    unsigned int dwErrorType
)
abstract ReportError : 
        pszError:string *
        dwErrorType:uint32 -> int
Function ReportError (
    pszError As String,
    dwErrorType As UInteger
) As Integer

Parâmetros

  • pszError
     
  • dwErrorType
     

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsSettingsReader
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo