__VSLOADUSEROPTS Enumeration
Visual Studio 2015
Determines whether an OPT file being loaded is associated with a Visual Studio .dsw file or an .sln file.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LUO_OPENEDDSW | Loads MSDev .DSW file as a solution. |
From vsshell.idl:
By loading the .dsw file instead of an .sln file, VSPackages can attempt to preserve any options that are saved in an old DevStudio .opt file, if so desired.
Show: