次の方法で共有


WdProtectedViewCloseReason 列挙型

定義

保護されたビュー ウィンドウがどのように閉じたかを示します。

public enum class WdProtectedViewCloseReason
public enum WdProtectedViewCloseReason
type WdProtectedViewCloseReason = 
Public Enum WdProtectedViewCloseReason
継承
WdProtectedViewCloseReason

フィールド

wdProtectedViewCloseEdit 1

保護されたビューの実行中にユーザーが [ 編集を有効にする] または [ 編集] をクリックしたときに、ウィンドウが閉じました。

wdProtectedViewCloseForced 2

アプリケーションが強制的にウィンドウをシャットダウンしたため、または応答しないために、ウィンドウが閉じました。

wdProtectedViewCloseNormal 0

ウィンドウは正常に閉じられました。

適用対象