INTELLIPROJSTATUS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the status of the Intellisense project.
public enum class INTELLIPROJSTATUS
public enum class INTELLIPROJSTATUS
enum INTELLIPROJSTATUS
public enum INTELLIPROJSTATUS
type INTELLIPROJSTATUS =
Public Enum INTELLIPROJSTATUS
- Inheritance
-
INTELLIPROJSTATUS
Fields
Name | Value | Description |
---|---|---|
INTELLIPROJSTATUS_LOADING | 1 | The Intellisense project is currently loading. |
INTELLIPROJSTATUS_LOADCOMPLETE | 2 | The Intellisense project has finished loading. |
INTELLIPROJSTATUS_CLOSE | 3 | The Intellisense project is closed. |
INTELLIPROJSTATUS_REFRESH | 4 | The Intellisense project has been refreshed. |