__VSSLNOPENOPTIONS2 Enumeration
Visual Studio 2015
Provides additional members for the __VSSLNOPENOPTIONS enumeration.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| SLNOPENOPT_LoadingAsync | Loads solution asynchronously--marks nonexistent projects as "loading" rather than "unavailable." |
Specifies open options for a solution (.sln) file.
From vsshell80.idl:
enum __VSSLNOPENOPTIONS2 { SLNOPENOPT_LoadingAsync = 0x00000008 }; typedef DWORD VSSLNOPENOPTIONS2;
Show: