Enumerazione VsaIDEMode

Nota: questa API è ora obsoleta.

Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
<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

Membri

Nome membro Descrizione
Break Modalità di interruzione: il debugger è collegato e in modalità di interruzione.
Design Modalità progettazione: il debugger non viene connesso.
Run Modalità di esecuzione: debugger connesso.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Vsa