다음을 통해 공유


ISolutionConfigurationSnapshot.ProjectContexts Property

Definition

Gets a queryable collection of project configurations mapped to the solution configuration.

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

Property Value

Applies to