IOutputGroupSnapshot.Outputs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)