다음을 통해 공유


ISolutionFolderSnapshot.Projects Property

Definition

Gets a queryable collection of projects of the solution folder.

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