Share via


IOutputGroupSnapshot.Outputs Property

Definition

Gets a queryable collection of outputs of the output group.

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

Property Value

Applies to