vsSaveChanges Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how to save an item or items.
public enum class vsSaveChanges
public enum class vsSaveChanges
enum vsSaveChanges
[System.Runtime.InteropServices.Guid("AAE3FAE8-8AFC-11D2-ADEE-00C04F7971C3")]
public enum vsSaveChanges
[<System.Runtime.InteropServices.Guid("AAE3FAE8-8AFC-11D2-ADEE-00C04F7971C3")>]
type vsSaveChanges =
Public Enum vsSaveChanges
- Inheritance
-
vsSaveChanges
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsSaveChangesYes | 1 | If changes were made, saves the document. |
vsSaveChangesNo | 2 | If changes were made, does not save the document. |
vsSaveChangesPrompt | 3 | If changes were made, prompts the user to save the document. |