RunningDocumentTable.CloseDocument(__FRAMECLOSE, UInt32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Kapatma sonucu.