Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the status of the Intellisense project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration INTELLIPROJSTATUS
public enum INTELLIPROJSTATUS
public enum class INTELLIPROJSTATUS
type INTELLIPROJSTATUS
public enum INTELLIPROJSTATUS
Members
| Member name | Description | |
|---|---|---|
| INTELLIPROJSTATUS_CLOSE | The Intellisense project is closed. | |
| INTELLIPROJSTATUS_LOADCOMPLETE | The Intellisense project has finished loading. | |
| INTELLIPROJSTATUS_LOADING | The Intellisense project is currently loading. | |
| INTELLIPROJSTATUS_REFRESH | The Intellisense project has been refreshed. |