WdSaveOptions 枚举

定义

指定应该如何处理待定的更改。

public enum class WdSaveOptions
[System.Runtime.InteropServices.Guid("E1B4A968-3072-3060-B6B7-1A1356D45CA2")]
public enum WdSaveOptions
type WdSaveOptions = 
Public Enum WdSaveOptions
继承
WdSaveOptions
属性

字段

wdDoNotSaveChanges 0

不保存待定的更改。

wdPromptToSaveChanges -2

提示用户保存待定更改。

wdSaveChanges -1

自动保存待定更改,而不提示用户。

适用于