IProjectSnapshot.LaunchProfiles 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 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)