Click or drag to resize

AddInManifestConflicts Property

Gets the conflicting add-ins.

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

Property Value

ReadOnlyCollectionAddInReference
See Also