다음을 통해 공유


IProjectSnapshot.Configurations Property

Definition

Gets a queryable collection of configurations for the project.

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

Property Value

Applies to