다음을 통해 공유


ISolutionSnapshot.SolutionFolders Property

Definition

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

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

Property Value

Applies to