다음을 통해 공유


ISolutionFolderSnapshot.SolutionFolders Property

Definition

Gets a queryable collection of solution folders of the solution folder

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