다음을 통해 공유


ISolutionSnapshot.SolutionConfigurations Property

Definition

Gets a queryable collection of solution configurations of the solution.

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

Property Value

Applies to