__VSSOLUTIONDEFERREDLOADOPTION 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.
Extended flags for IVsSolution::GetProjectEnum.
public enum class __VSSOLUTIONDEFERREDLOADOPTION
public enum class __VSSOLUTIONDEFERREDLOADOPTION
enum __VSSOLUTIONDEFERREDLOADOPTION
public enum __VSSOLUTIONDEFERREDLOADOPTION
type __VSSOLUTIONDEFERREDLOADOPTION =
Public Enum __VSSOLUTIONDEFERREDLOADOPTION
- Inheritance
-
__VSSOLUTIONDEFERREDLOADOPTION
Fields
DLO_DEFERRED | 1 | Solution is set to load in deferred mode. |
DLO_NONE | 0 | Deferred load mode is not set for the solution. |
DLO_NOTDEFERRED | 2 | Solution is set to not load in deferred mode. |