====== Unload ====== Method of [[:scripting:api:external-document-view:start|IExternalDocumentView]] ===== Description ===== Directs the view handler to release all resources that have been allocated based on the item passed in during the initialization. ===== Syntax ===== ==== JavaScript ==== ExternalDocumentView.Unload(); ==== Visual Basic Script ==== ExternalDocumentView.Unload ==== C++ ==== HRESULT hr = ExternalDocumentView.Unload(); ===== See Also ===== [[:scripting:api:external-document-view:start|IExternalDocumentView]] ~~NOTOC~~