scripting:api:external-document-view:unload

Unload

Directs the view handler to release all resources that have been allocated based on the item passed in during the initialization.

ExternalDocumentView.Unload();

==== Visual Basic Script ====

ExternalDocumentView.Unload

==== C++ ====

HRESULT hr = ExternalDocumentView.Unload();

===== See Also ===== IExternalDocumentView