IProjectTypes.Assemblies Property
Obtains a collection of assemblies available for the current project.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<IDXAssemblyInfo> | A collection of IDXAssemblyInfo objects. |
See Also