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 |
古い.
エラーの原因となったソース テキストの開始列番号 (使用可能な場合) を取得します。 |