IRuleResultSnapshot Interface

Definition

Describes a Project Rule Result. Holds useful information in regards to a Rule Result like its Name, Items.

C#
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
public interface IRuleResultSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityWithId<Microsoft.VisualStudio.ProjectSystem.Query.IRuleResultSnapshot>
Derived
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Properties

Id

Gets the identity of the object.

(Inherited from IEntityWithId)
Items

Gets the items in the rule result.

PropertiesAvailableStatus

Gets available properties status of a RuleResult.

RuleName

Gets the name of the rule.

Methods

AsQueryable()

Creates a queryable returning this entity object.

(Inherited from IEntityWithId<TEntity>)

Applies to

Produit Versions
Visual Studio SDK 2022