WdSaveOptions 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.
Specifies how pending changes should be handled.
public enum class WdSaveOptions
[System.Runtime.InteropServices.Guid("E1B4A968-3072-3060-B6B7-1A1356D45CA2")]
public enum WdSaveOptions
type WdSaveOptions =
Public Enum WdSaveOptions
- Inheritance
-
WdSaveOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPromptToSaveChanges | -2 | Prompt the user to save pending changes. |
wdSaveChanges | -1 | Save pending changes automatically without prompting the user. |
wdDoNotSaveChanges | 0 | Do not save pending changes. |