__VSSLNOPENOPTIONS2 Enumeration

 

Provides additional members for the __VSSLNOPENOPTIONS enumeration.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public enum __VSSLNOPENOPTIONS2

Member nameDescription
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;
Return to top
Show: