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 |
エラーが発生したソース テキストの開始列番号が取得できれば、それを取得します。 |