Sdílet prostřednictvím


IVsIntellisenseProject.GetExternalErrorReporter – metoda (IVsReportExternalErrors)

 

Načte projektu zpravodaj externí chybě, ukazatel na IVsReportExternalErrors rozhraní.

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

Syntaxe

int GetExternalErrorReporter(
    out IVsReportExternalErrors ppErrorReporter
)
int GetExternalErrorReporter(
    [OutAttribute] IVsReportExternalErrors^% ppErrorReporter
)
abstract GetExternalErrorReporter : 
        ppErrorReporter:IVsReportExternalErrors byref -> int
Function GetExternalErrorReporter (
    <OutAttribute> ByRef ppErrorReporter As IVsReportExternalErrors
) As Integer

Parametry

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Viz také

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

Zpátky na začátek