RunningDocumentTable.QueryCloseRunningDocument Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Function QueryCloseRunningDocument ( _
moniker As String _
) As QueryCloseResult
public QueryCloseResult QueryCloseRunningDocument(
string moniker
)
public:
QueryCloseResult QueryCloseRunningDocument(
String^ moniker
)
member QueryCloseRunningDocument :
moniker:string -> QueryCloseResult
public function QueryCloseRunningDocument(
moniker : String
) : QueryCloseResult
Parameters
- moniker
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Shell.QueryCloseResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.