Click or drag to resize

IProjectProjectItemTypes Property

Gets the types of project items currently supported in the project.

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

Property Value

IEnumerableType
The project item types.
See Also