ParameterDefault.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 abstract void WriteToManifest (Aspire.Hosting.Publishing.ManifestPublishingContext context);
abstract member WriteToManifest : Aspire.Hosting.Publishing.ManifestPublishingContext -> unit
Public MustOverride Sub WriteToManifest (context As ManifestPublishingContext)
Parameters
- context
- ManifestPublishingContext
The context for the manifest publishing operation.