VsaIDEMode 列挙体
アセンブリ: Microsoft.Vsa (microsoft.vsa.dll 内)

<GuidAttribute("05a1147d-6c8d-3bb8-888f-8bfa319b2e6f")> _ <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.")> _ Public Enumeration VsaIDEMode
[GuidAttribute("05a1147d-6c8d-3bb8-888f-8bfa319b2e6f")] [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.")] public enum VsaIDEMode
[GuidAttribute(L"05a1147d-6c8d-3bb8-888f-8bfa319b2e6f")] [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.")] public enum class VsaIDEMode
/** @attribute GuidAttribute("05a1147d-6c8d-3bb8-888f-8bfa319b2e6f") */ /** @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.") */ public enum VsaIDEMode
GuidAttribute("05a1147d-6c8d-3bb8-888f-8bfa319b2e6f") 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.") public enum VsaIDEMode

メンバ名 | 説明 | |
---|---|---|
Break | 中断モード - デバッガがアタッチされ、中断モードになっています。 | |
Design | デザイン モード - デバッガがアタッチされていません。 | |
Run | 実行モード - デバッガがアタッチされています。 |

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- VsaIDEMode 列挙体のページへのリンク