Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies state information about the Edit and Continue active statement.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Enumeration enum_ASINFO
public enum enum_ASINFO
public enum class enum_ASINFO
type enum_ASINFO
public enum enum_ASINFO
Members
| Member name | Description | |
|---|---|---|
| ASINFO_LEAF | The active statement is in a leaf frame. | |
| ASINFO_MIDSTATEMENT | The active statement is partially executed. | |
| ASINFO_NONE | No information is available. | |
| ASINFO_NONUSER | The instructions in the intermediate instruction language that correspond to the line of code currently being debugged are not associated with user-owned code. |