Click or drag to resize

AddInTreeImplAddIns Property

Gets the list of loaded AddIns.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<AddIn> AddIns { get; }

Property Value

IReadOnlyListAddIn

Implements

IAddInTreeAddIns
See Also