IProjectProjectItemTypes Property |
Gets the types of project items currently supported in the project.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IEnumerable<Type> ProjectItemTypes { get; }
Property Value
IEnumerableType
The project item types.
See Also