A newer version of this page is available.
Switch to the current version.
IProjectTypes Interface
When implemented by a class, provides information about known project types.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v18.2.dll
Declaration
public interface IProjectTypes :
IEnumerable<IDXAssemblyInfo>,
IEnumerable
Public Interface IProjectTypes
Inherits IEnumerable(Of IDXAssemblyInfo),
IEnumerable
Related API Members
The following members accept/return IProjectTypes objects:
See Also
Feedback