IVsaError Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
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.
Fornisce l'accesso agli errori di compilazione riscontrati durante l'esecuzione del metodo Compile().
public interface class IVsaError
[System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaError
[System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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.")]
public interface IVsaError
[<System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaError = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
type IVsaError = interface
Public Interface IVsaError
- Derivato
- Attributi
Proprietà
Description |
Obsoleti.
Ottiene una breve descrizione dell'errore, restituendo, in alcuni casi, un riferimento al token presente nel codice sorgente che genera l'errore. |
EndColumn |
Obsoleti.
Ottiene il numero dell'ultima colonna del testo di origine che ha generato l'errore, se presente. |
Line |
Obsoleti.
Ottiene il numero della riga in cui si è verificato un errore. |
LineText |
Obsoleti.
Ottiene il testo del codice sorgente dalla riga che ha causato l'errore. |
Number |
Obsoleti.
Ottiene un numero che identifica l'errore in modo univoco. |
Severity |
Obsoleti.
Ottiene la gravità dell'errore. |
SourceItem |
Obsoleti.
Ottiene un riferimento all'oggetto IVsaItem che ha generato l'errore. |
SourceMoniker |
Obsoleti.
Ottiene il nome completo dell'elemento di origine in cui era presente l'errore, in un formato riconoscibile dal motore di script. |
StartColumn |
Obsoleti.
Ottiene il numero della prima colonna del testo di origine che ha generato l'errore, se presente. |