RunningDocumentTable.CloseDocument(__FRAMECLOSE, UInt32) Yöntem

Tanım

Belgeyi kapatır.

public:
 Microsoft::VisualStudio::Shell::CloseResult CloseDocument(Microsoft::VisualStudio::Shell::Interop::__FRAMECLOSE options, System::UInt32 docCookie);
public:
 Microsoft::VisualStudio::Shell::CloseResult CloseDocument(Microsoft::VisualStudio::Shell::Interop::__FRAMECLOSE options, unsigned int docCookie);
Microsoft::VisualStudio::Shell::CloseResult CloseDocument(Microsoft::VisualStudio::Shell::Interop::__FRAMECLOSE options, unsigned int docCookie);
public Microsoft.VisualStudio.Shell.CloseResult CloseDocument (Microsoft.VisualStudio.Shell.Interop.__FRAMECLOSE options, uint docCookie);
member this.CloseDocument : Microsoft.VisualStudio.Shell.Interop.__FRAMECLOSE * uint32 -> Microsoft.VisualStudio.Shell.CloseResult
Public Function CloseDocument (options As __FRAMECLOSE, docCookie As UInteger) As CloseResult

Parametreler

options
__FRAMECLOSE

Kapatma seçenekleri.

docCookie
UInt32

Belge için tanımlama bilgisi.

Döndürülenler

CloseResult

Kapatma sonucu.

Şunlara uygulanır