다음을 통해 공유


IProjectSnapshot.LaunchProfiles Property

Definition

Gets a collection of launch profiles for the project.

public Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot> LaunchProfiles { get; }
member this.LaunchProfiles : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot>
Public ReadOnly Property LaunchProfiles As IAsyncQueryable(Of ILaunchProfileSnapshot)

Property Value

Applies to