VsaCompilerError 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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 ref class VsaCompilerError : Microsoft::Vsa::IVsaError
public class VsaCompilerError : Microsoft.Vsa.IVsaError
[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 class VsaCompilerError : Microsoft.Vsa.IVsaError
type VsaCompilerError = class
interface IVsaError
[<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 VsaCompilerError = class
interface IVsaError
Public Class VsaCompilerError
Implements IVsaError
- 繼承
-
VsaCompilerError
- 屬性
- 實作
屬性
Description |
已淘汰.
取得錯誤的簡短描述。 |
EndColumn |
已淘汰.
取得造成錯誤之原始程式文字的結束欄號 (如果有的話)。 |
Line |
已淘汰.
取得發生錯誤的行號。 |
LineText |
已淘汰.
從造成錯誤的行,取得原始程式碼的文字。 |
Number |
已淘汰.
取得唯一識別錯誤的數字。 |
Severity |
已淘汰.
設定錯誤的嚴重性。 |
SourceItem |
已淘汰.
取得產生錯誤之 IVsaItem 物件的參考。 |
SourceMoniker |
已淘汰.
取得包含錯誤的來源項目完整名稱。 |
StartColumn |
已淘汰.
取得造成錯誤之原始程式文字的起始欄號 (如果有的話)。 |
方法
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |