IVsaError インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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.
Compile() メソッドの実行中に発生したコンパイル エラーにアクセスできるようにします。
public interface class IVsaError
[System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaError
[System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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 interface IVsaError
[<System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaError = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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 IVsaError = interface
Public Interface IVsaError
- 派生
- 属性
プロパティ
Description |
古い.
エラーの簡単な説明を取得します。インスタンスによっては、エラーを発生させたソース コードのトークンへの参照を返すこともあります。 |
EndColumn |
古い.
エラーが発生したソース テキストの終了列番号を取得できれば、それを取得します。 |
Line |
古い.
エラーが発生した行番号を取得します。 |
LineText |
古い.
エラーが発生した行から、ソース コードのテキストを取得します。 |
Number |
古い.
エラーを一意に識別する番号を取得します。 |
Severity |
古い.
エラーの重大度を取得します。 |
SourceItem |
古い.
エラーを発生させた IVsaItem オブジェクトへの参照を取得します。 |
SourceMoniker |
古い.
エラーが含まれているソース項目の完全修飾名を、スクリプト エンジンが認識できる書式で取得します。 |
StartColumn |
古い.
エラーが発生したソース テキストの開始列番号が取得できれば、それを取得します。 |
適用対象
.NET