AddInManagerDisable Method | 
            Marks the specified AddIns as disabled (will take effect after
            next application restart).
            
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static void Disable(
	IList<AddIn> addIns
)
Parameters
- addIns  IListAddIn
 [Missing <param name="addIns"/> documentation for "M:Altaxo.AddInItems.AddInManager.Disable(System.Collections.Generic.IList{Altaxo.AddInItems.AddIn})"]
See Also