IJSVsaError Interfész
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Figyelemfelhívás
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
Hozzáférést biztosít a végrehajtás során előforduló fordítási hibákhoz.
public interface class IJSVsaError
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("425EA439-6417-4F3E-BCC9-1AFAC79E3F66")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaError
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("425EA439-6417-4F3E-BCC9-1AFAC79E3F66")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaError = interface
Public Interface IJSVsaError
- Származtatott
- Attribútumok
Tulajdonságok
| Name | Description |
|---|---|
| Description |
Elavult.
Rövid leírást kap a hibáról, bizonyos esetekben a hibát okozó forráskód jogkivonatára mutató hivatkozást ad vissza. |
| EndColumn |
Elavult.
Ha elérhető, lekéri a hibát okozó forrásszöveg záró oszlopszámát. |
| Line |
Elavult.
Lekéri azt a sorszámot, amelyen hiba történik. |
| LineText |
Elavult.
Lekéri a forráskód szövegét a hibát okozó sorból. |
| Number |
Elavult.
Egy számot kap, amely egyedileg azonosítja a hibát. |
| Severity |
Elavult.
Beállítja a hiba súlyosságát. |
| SourceItem |
Elavult.
Lekéri a IJSVsaItem hibát létrehozó objektumra mutató hivatkozást. |
| SourceMoniker |
Elavult.
Lekéri a hibát tartalmazó forráselem teljes nevét a szkriptmotor által felismerhető formátumban. |
| StartColumn |
Elavult.
Lekéri a hibát okozó forrásszöveg kezdő oszlopszámát, ha elérhető. |