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) |
適用対象
.NET