VsaIDEMode 枚举

定义

注意

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.

此类型支持 .NET Framework 基础结构,不能在代码中直接使用。

public enum class VsaIDEMode
public enum VsaIDEMode
[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.")]
[System.Runtime.InteropServices.Guid("05a1147d-6c8d-3bb8-888f-8bfa319b2e6f")]
public enum VsaIDEMode
type VsaIDEMode = 
[<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.")>]
[<System.Runtime.InteropServices.Guid("05a1147d-6c8d-3bb8-888f-8bfa319b2e6f")>]
type VsaIDEMode = 
Public Enum VsaIDEMode
继承
VsaIDEMode
属性

字段

Break 0

在中断模式下运行 IDE。

Design 1

在设计模式下运行 IDE。

Run 2

运行 IDE。

适用于