Click or drag to resize

IAddInTreeAddIns Property

Gets the AddIns that are registered for this AddIn tree.

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

Property Value

IReadOnlyListAddIn
See Also