다음을 통해 공유


IProjectSnapshot.LaunchProfileTypes Property

Definition

Gets a collection of the types of launch profiles for the project.

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

Property Value

Applies to