IJSVsaError 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 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
- 衍生
- 屬性
屬性
Description |
已淘汰.
取得錯誤的簡短描述,在某些情況下會傳回原始程式碼中造成錯誤之語彙基元的參考。 |
EndColumn |
已淘汰.
取得造成錯誤之原始程式文字的結束欄號 (如果有的話)。 |
Line |
已淘汰.
取得發生錯誤的行號。 |
LineText |
已淘汰.
從造成錯誤的行,取得原始程式碼的文字。 |
Number |
已淘汰.
取得唯一識別錯誤的數字。 |
Severity |
已淘汰.
設定錯誤的嚴重性。 |
SourceItem |
已淘汰.
取得產生錯誤之 IJSVsaItem 物件的參考。 |
SourceMoniker |
已淘汰.
以指令碼引擎可辨認的格式,取得包含錯誤之來源項目的完整名稱。 |
StartColumn |
已淘汰.
取得造成錯誤之原始程式文字的起始欄號 (如果有的話)。 |