共用方式為


LaunchSettings.Profiles Property

Definition

Gets or sets the collection of named launch profiles associated with the ProjectResource.

[System.Text.Json.Serialization.JsonPropertyName("profiles")]
public System.Collections.Generic.Dictionary<string,Aspire.Hosting.LaunchProfile> Profiles { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("profiles")>]
member this.Profiles : System.Collections.Generic.Dictionary<string, Aspire.Hosting.LaunchProfile> with get, set
Public Property Profiles As Dictionary(Of String, LaunchProfile)

Property Value

Attributes

Applies to