ISolutionTypesProvider.ActiveProjectTypes Property
OBSOLETE
The ActiveProjectTypes property is obsolete now. Use the CurrentProjectTypes property instead.
Provides access to types available for the current project.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
[Obsolete("The ActiveProjectTypes property is obsolete now. Use the CurrentProjectTypes property instead.")]
IProjectTypes ActiveProjectTypes { get; }
Property Value
| Type | Description |
|---|---|
| IProjectTypes | An IProjectTypes object, providing access to project types. |
See Also