Click or drag to resize

IProjectItemCollectionProjectItems Property

Enumerates all project items in the collection.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<IProjectItem> ProjectItems { get; }

Property Value

IEnumerableIProjectItem
The project items.
See Also