__VSSLNOPENOPTIONS Enumeration

 

Specifies open options for a solution (.sln) file.

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

public enum __VSSLNOPENOPTIONS

Member nameDescription
SLNOPENOPT_AddToCurrent

Solution file is merged into currently open solution.

SLNOPENOPT_DontConvertSLN

A solution file from a previous product is not opened.

SLNOPENOPT_Silent

Solution file is opened silently (no user feedback).

From vsshell.idl:

Return to top
Show: