IRuleResultSnapshot.Items Property

Definition

Gets the items in the rule result.

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

Property Value

Applies to