RunningDocumentTable.CloseDocument(__FRAMECLOSE, UInt32) Method

Definition

Closes the document.

public:
 Microsoft::VisualStudio::Shell::CloseResult CloseDocument(Microsoft::VisualStudio::Shell::Interop::__FRAMECLOSE options, unsigned int docCookie);

Parameters

options
__FRAMECLOSE

The close options.

docCookie
UInt32

The cookie for the document.

Returns

The close result.

Applies to