VsaIDEMode Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Note: This API is now obsolete.

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

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

Members

Member name Description
Break Break mode - debugger is attached and in break mode.
Design Design mode - debugger is not attached.
Run Run mode - debugger is attached.

See Also

Reference

Microsoft.Vsa Namespace