ProjectResourceExtensions.GetProjectResources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all project resources in the distributed application model.
public static System.Collections.Generic.IEnumerable<Aspire.Hosting.ApplicationModel.ProjectResource> GetProjectResources (this Aspire.Hosting.ApplicationModel.DistributedApplicationModel model);
static member GetProjectResources : Aspire.Hosting.ApplicationModel.DistributedApplicationModel -> seq<Aspire.Hosting.ApplicationModel.ProjectResource>
<Extension()>
Public Function GetProjectResources (model As DistributedApplicationModel) As IEnumerable(Of ProjectResource)
Parameters
The distributed application model.
Returns
An enumerable collection of project resources.