VsaIDEMode 列挙体

メモ: この API は、互換性のために残されています。

この型は .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.Vsa
アセンブリ:  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
[<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.")>]
type VsaIDEMode
public enum VsaIDEMode

メンバー

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

参照

関連項目

Microsoft.Vsa 名前空間