Skip to main content

IProjectTypes Interface

When implemented by a class, provides information about known project types.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public interface IProjectTypes :
    IEnumerable<IDXAssemblyInfo>,
    IEnumerable

The following members return IProjectTypes objects:

See Also