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

‘선언
Public Enumeration VSQUERYSAVESLNPROPS
‘사용 방법
Dim instance As VSQUERYSAVESLNPROPS
public enum VSQUERYSAVESLNPROPS
public enum class VSQUERYSAVESLNPROPS
type VSQUERYSAVESLNPROPS
public enum VSQUERYSAVESLNPROPS

Members

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

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace