GenerateParameterDefault.WriteToManifest(ManifestPublishingContext) 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.
Writes the current ParameterDefault to the manifest context.
public override void WriteToManifest (Aspire.Hosting.Publishing.ManifestPublishingContext context);
override this.WriteToManifest : Aspire.Hosting.Publishing.ManifestPublishingContext -> unit
Public Overrides Sub WriteToManifest (context As ManifestPublishingContext)
Parameters
- context
- ManifestPublishingContext
The context for the manifest publishing operation.