__VSLOADUSEROPTS Enum

Definition

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

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.

Applies to