__VSLOADUSEROPTS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether an OPT file being loaded is associated with a Visual Studio .dsw file or an .sln file.
public enum class __VSLOADUSEROPTS
public enum class __VSLOADUSEROPTS
enum __VSLOADUSEROPTS
public enum __VSLOADUSEROPTS
type __VSLOADUSEROPTS =
Public Enum __VSLOADUSEROPTS
- Inheritance
-
__VSLOADUSEROPTS
Fields
Name | Value | Description |
---|---|---|
LUO_OPENEDDSW | 1 | 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.