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