__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)

Syntax

'Declaration
Public Enumeration __VSLOADUSEROPTS
public enum __VSLOADUSEROPTS
public enum class __VSLOADUSEROPTS
type __VSLOADUSEROPTS
public enum __VSLOADUSEROPTS

Members

Member name Description
LUO_OPENEDDSW Loads MSDev .DSW file as a solution.

Remarks

COM Signature

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace