ProjectResourceExtensions.GetProjectMetadata(ProjectResource) 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.
Gets the project metadata for the specified project resource.
public static Aspire.Hosting.IProjectMetadata GetProjectMetadata (this Aspire.Hosting.ApplicationModel.ProjectResource projectResource);
static member GetProjectMetadata : Aspire.Hosting.ApplicationModel.ProjectResource -> Aspire.Hosting.IProjectMetadata
<Extension()>
Public Function GetProjectMetadata (projectResource As ProjectResource) As IProjectMetadata
Parameters
- projectResource
- ProjectResource
The project resource.
Returns
The project metadata.
Exceptions
Thrown when the project resource doesn't have project metadata.