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)

Syntax

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

Members

Member name Description
QSP_HasDirtyProps Solution has properties that have changed.
QSP_HasNoDirtyProps Solution has no properties that have changed.
QSP_HasNoProps Solution has no properties.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace