다음을 통해 공유


ISolutionSnapshot.StartupProjects Property

Definition

Gets a queryable collection of startup projects in the solution.

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

Property Value

Applies to