RunningDocumentTable::QueryCloseRunningDocument Method (String^)

 

Determines whether the document can be closed.

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

public:
QueryCloseResult QueryCloseRunningDocument(
	String^ moniker
)

Parameters

moniker
Type: System::String^

The document moniker.

Return Value

Type: Microsoft.VisualStudio.Shell::QueryCloseResult

Returns the value of F:Microsoft.VisualStudio.QueryCloseResult.SaveCancelled.

Return to top
Show: