Aracılığıyla paylaş


IVsSettingsReader.ReportError Yöntem (String, UInt32)

 

Okuma işlemi ayarlar dosyası hata durumunu raporlar.

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop.8.0 (Microsoft.VisualStudio.Shell.Interop.8.0.dll içinde)

Sözdizimi

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

Parametreler

Dönüş Değeri

Type: System.Int32

Yöntem başarılı olursa, döndürür S_OK. Başarısız olursa, bir hata kodu döndürür.

Ayrıca bkz.

IVsSettingsReader Arabirim
Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön