다음을 통해 공유


IProjectSnapshot.ActiveConfigurations Property

Definition

Gets a queryable collection of active configurations for the project.

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

Property Value

Applies to