다음을 통해 공유


IProjectConfigurationSnapshot.RuleResults Property

Definition

Gets a queryable collection of rule results in the project configuration.

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

Property Value

Applies to