IRuleResultSnapshot Interface
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.
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>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
type IRuleResultSnapshot = interface
interface IEntityWithId<IRuleResultSnapshot>
interface IEntityWithId
interface IEntity
Public Interface IRuleResultSnapshot
Implements IEntityWithId(Of IRuleResultSnapshot)
- Derived
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Id |
Gets the identity of the object. (Inherited from IEntityWithId) |
Items |
Gets the items in the rule result. |
Properties |
Gets available properties status of a RuleResult. |
Rule |
Gets the name of the rule. |
As |
Creates a queryable returning this entity object. (Inherited from IEntityWithId<TEntity>) |
Produit | Versions |
---|---|
Visual Studio SDK | 2022 |