RunningDocumentTable.QueryCloseRunningDocument(String) Yöntem

Tanım

Belgenin kapatılıp kapatılamayacağını belirler.

public:
 Microsoft::VisualStudio::Shell::QueryCloseResult QueryCloseRunningDocument(System::String ^ moniker);
public:
 Microsoft::VisualStudio::Shell::QueryCloseResult QueryCloseRunningDocument(Platform::String ^ moniker);
Microsoft::VisualStudio::Shell::QueryCloseResult QueryCloseRunningDocument(std::wstring const & moniker);
public Microsoft.VisualStudio.Shell.QueryCloseResult QueryCloseRunningDocument (string moniker);
member this.QueryCloseRunningDocument : string -> Microsoft.VisualStudio.Shell.QueryCloseResult
Public Function QueryCloseRunningDocument (moniker As String) As QueryCloseResult

Parametreler

moniker
String

Belgenin bilinen adı.

Döndürülenler

QueryCloseResult

F:Microsoft.VisualStudio.QueryCloseResult.SaveCancelled. değerini döndürür

Şunlara uygulanır