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)

public enum INTELLIPROJSTATUS

Member nameDescription
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.

Return to top
Show: