INTELLIPROJSTATUS Enumeration

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace