Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines how to save an item or items.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("AAE3FAE8-8AFC-11D2-ADEE-00C04F7971C3")> _
Public Enumeration vsSaveChanges
[GuidAttribute("AAE3FAE8-8AFC-11D2-ADEE-00C04F7971C3")]
public enum vsSaveChanges
[GuidAttribute(L"AAE3FAE8-8AFC-11D2-ADEE-00C04F7971C3")]
public enum class vsSaveChanges
[<GuidAttribute("AAE3FAE8-8AFC-11D2-ADEE-00C04F7971C3")>]
type vsSaveChanges
public enum vsSaveChanges
Members
Member name | Description | |
---|---|---|
vsSaveChangesYes | If changes were made, saves the document. | |
vsSaveChangesNo | If changes were made, does not save the document. | |
vsSaveChangesPrompt | If changes were made, prompts the user to save the document. |