__VSLOADUSEROPTS Enumeration

 

Determines whether an OPT file being loaded is associated with a Visual Studio .dsw file or an .sln file.

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

public enum __VSLOADUSEROPTS

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

Return to top
Show: