InputGeneratorAnnotation.InputGenerator Property
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 function that generates the input for the parameter.
public Func<Aspire.Hosting.ApplicationModel.ParameterResource,Aspire.Hosting.InteractionInput> InputGenerator { get; }
member this.InputGenerator : Func<Aspire.Hosting.ApplicationModel.ParameterResource, Aspire.Hosting.InteractionInput>
Public ReadOnly Property InputGenerator As Func(Of ParameterResource, InteractionInput)