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

保留中の変更をユーザーに確認しないで自動的に保存します。

適用対象