__FRAMECLOSE Enum

Definition

Specifies close options when closing a window frame.

public enum class __FRAMECLOSE
public enum class __FRAMECLOSE
enum __FRAMECLOSE
public enum __FRAMECLOSE
type __FRAMECLOSE = 
Public Enum __FRAMECLOSE
Inheritance
__FRAMECLOSE

Fields

FRAMECLOSE_NoSave 65792

Do not save the document.

FRAMECLOSE_PromptSave 66560

Prompt for document save.

FRAMECLOSE_SaveIfDirty 66048

Save the document if it is dirty.

Remarks

These save options are or'ed with RDTSAVEOPT_DocClose, from the __VSRDTSAVEOPTIONS enumeration, to indicate to the environment that the action is a result of a document close request.

COM Signature

From vsshell.idl:

Applies to