IRuleResultItemSnapshot Interface

Definition

Describes an Item in the rule result. Holds useful information in regards to an item like its Name.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
public interface IRuleResultItemSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntity
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
type IRuleResultItemSnapshot = interface
    interface IEntity
Public Interface IRuleResultItemSnapshot
Implements IEntity
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Properties

Name

Gets the name of the item in the rule result.

PropertiesAvailableStatus

Gets available properties status of a RuleResultItem.

Applies to