__FRAMECLOSE Enumeration

 

Specifies close options when closing a window frame.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum __FRAMECLOSE

Member nameDescription
FRAMECLOSE_NoSave

Do not save the document.

FRAMECLOSE_PromptSave

Prompt for document save.

FRAMECLOSE_SaveIfDirty

Save the document if it is dirty.

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.

From vsshell.idl:

Return to top
Show: