Click or drag to resize

AddInManifestDependencies Property

Gets the add-in dependencies.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ReadOnlyCollection<AddInReference> Dependencies { get; }

Property Value

ReadOnlyCollectionAddInReference
See Also