IVsaError インターフェイス
メモ : このインターフェイスは、互換性のために残されています。
IVsaEngine.Compile Method メソッドの実行中に発生したコンパイル エラーにアクセスできるようにします。 名前空間: Microsoft.Vsaアセンブリ: Microsoft.Vsa (microsoft.vsa.dll 内)

<ObsoleteAttribute("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.")> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ <GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")> _ Public Interface IVsaError
[ObsoleteAttribute("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.")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] [GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")] public interface IVsaError
[ObsoleteAttribute(L"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.")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] [GuidAttribute(L"E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")] public interface class IVsaError
/** @attribute ObsoleteAttribute("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.") */ /** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ /** @attribute GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74") */ public interface IVsaError
ObsoleteAttribute("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.") InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74") public interface IVsaError

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


IVsaError プロパティ

名前 | 説明 | |
---|---|---|
![]() | Description | エラーの簡単な説明を取得します。インスタンスは、エラーを発生させたソース コードのトークンへの参照を返すこともあります。 |
![]() | EndColumn | エラーが発生したソース テキストの終了列番号があれば、それを取得します。 |
![]() | Line | エラーが発生した行番号を取得します。 |
![]() | LineText | エラーが発生した行から、ソース コードのテキストを取得します。 |
![]() | Number | エラーを一意に識別する番号を取得します。 |
![]() | Severity | エラーの重大度レベルを設定します。 |
![]() | SourceItem | エラーを発生させた IVsaItem オブジェクトへの参照を取得します。 |
![]() | SourceMoniker | エラーが含まれているソース項目の完全限定名を、スクリプト エンジンが認識できる書式で取得します。 |
![]() | StartColumn | エラーが発生したソース テキストの開始列番号があれば、それを取得します。 |

IVsaError メンバ
IVsaEngine.Compile Method メソッドの実行中に発生したコンパイル エラーにアクセスできるようにします。
IVsaError データ型で公開されるメンバを以下の表に示します。

名前 | 説明 | |
---|---|---|
![]() | Description | エラーの簡単な説明を取得します。インスタンスは、エラーを発生させたソース コードのトークンへの参照を返すこともあります。 |
![]() | EndColumn | エラーが発生したソース テキストの終了列番号があれば、それを取得します。 |
![]() | Line | エラーが発生した行番号を取得します。 |
![]() | LineText | エラーが発生した行から、ソース コードのテキストを取得します。 |
![]() | Number | エラーを一意に識別する番号を取得します。 |
![]() | Severity | エラーの重大度レベルを設定します。 |
![]() | SourceItem | エラーを発生させた IVsaItem オブジェクトへの参照を取得します。 |
![]() | SourceMoniker | エラーが含まれているソース項目の完全限定名を、スクリプト エンジンが認識できる書式で取得します。 |
![]() | StartColumn | エラーが発生したソース テキストの開始列番号があれば、それを取得します。 |

- IVsaErrorのページへのリンク