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 命名空间