VSQUERYSAVESLNPROPS Enumeration

 

Returns the property state of a solution.

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

public enum VSQUERYSAVESLNPROPS

Member nameDescription
QSP_HasDirtyProps

Solution has properties that have changed.

QSP_HasNoDirtyProps

Solution has no properties that have changed.

QSP_HasNoProps

Solution has no properties.

From vsshell.idl:

Return to top
Show: