VsaIDEMode Výčet

Definice

Upozornění

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.

Tento typ podporuje infrastrukturu rozhraní .NET Framework a není určen pro použití přímo v kódu.

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
Dědičnost
VsaIDEMode
Atributy

Pole

Break 0

Spusťte integrované vývojové prostředí (IDE) v režimu přerušení.

Design 1

Spusťte integrované vývojové prostředí (IDE) v režimu návrhu.

Run 2

Spusťte integrované vývojové prostředí (IDE).

Platí pro