VsaIDEMode Enum
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
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.
Jenis ini mendukung infrastruktur .NET Framework dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.
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
- Warisan
- Atribut
Bidang
Break | 0 | Jalankan IDE dalam mode Break. |
Design | 1 | Jalankan IDE dalam mode desain. |
Run | 2 | Jalankan IDE. |