ISolutionSnapshot.SolutionFolders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)