Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |