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를 실행합니다.

적용 대상