다음을 통해 공유


ISolutionSnapshot.Projects Property

Definition

Gets a queryable collection of project(s) in the solution.

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

Property Value

Applies to