Share via


RuleResultItemSnapshot Constructors

Definition

Overloads

RuleResultItemSnapshot(IEntityRuntimeModel)
RuleResultItemSnapshot(IEntityRuntimeModel, RuleResultItemPropertiesAvailableStatus)

RuleResultItemSnapshot(IEntityRuntimeModel)

public RuleResultItemSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultItemSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultItemSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

RuleResultItemSnapshot(IEntityRuntimeModel, RuleResultItemPropertiesAvailableStatus)

public RuleResultItemSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultItemPropertiesAvailableStatus propertyStatus);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultItemSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultItemPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultItemSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel, propertyStatus As RuleResultItemPropertiesAvailableStatus)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to