Sdílet prostřednictvím


IVsSettingsWriter.ReportError – metoda (String, UInt32)

 

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntaxe

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

Parametry

  • pszError
     
  • dwErrorType
     

Vrácená hodnota

Type: System.Int32

Viz také

IVsSettingsWriter – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek