AddIns.Unload(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unloads all loaded add-ins and optionally removes them from the AddIns collection.
public:
void Unload(bool RemoveFromList);
public void Unload (bool RemoveFromList);
abstract member Unload : bool -> unit
Public Sub Unload (RemoveFromList As Boolean)
Parameters
- RemoveFromList
- Boolean
True to remove the unloaded add-ins from the AddIns collection (the names are removed from the Templates and Add-ins dialog box). False to leave the unloaded add-ins in the collection.
Remarks
To unload a single template or WLL, set the Installed property of the AddIn object to False. To remove a single template or WLL from the AddIns collection, apply the Delete() method to the AddIn object.