Share via


IProjectModelQueryableSpace.Solutions Property

Definition

Gets a queryable collection of solutions in the workspace.

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

Property Value

Applies to