VsaIDEMode - перечисление

Примечание. Данный API устарел.

Данный тип поддерживает платформу .NET Framework и не должен вызываться непосредственно из вашего кода.

Пространство имен:  Microsoft.Vsa
Сборка:  Microsoft.Vsa (в Microsoft.Vsa.dll)

Синтаксис

'Декларация
<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

Члены

Имя члена Описание
Break Режим приостановки выполнения — отладчик присоединен и находится в режиме приостановки выполнения.
Design Режим конструктора — отладчик не присоединен.
Run Режим выполнения — отладчик присоединен.

См. также

Ссылки

Microsoft.Vsa - пространство имен