다음을 통해 공유


IProjectConfigurationSnapshot.OutputGroups Property

Definition

Gets a queryable collection of output groups in the project configuration.

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

Property Value

Applies to