Share via


RuleResultSnapshot Constructors

Definition

Overloads

RuleResultSnapshot(IEntityRuntimeModel, EntityIdentity)
RuleResultSnapshot(IEntityRuntimeModel, EntityIdentity, RuleResultPropertiesAvailableStatus)

RuleResultSnapshot(IEntityRuntimeModel, EntityIdentity)

public RuleResultSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity id);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel, id As EntityIdentity)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

RuleResultSnapshot(IEntityRuntimeModel, EntityIdentity, RuleResultPropertiesAvailableStatus)

public RuleResultSnapshot (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity id, Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultPropertiesAvailableStatus propertyStatus);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity * Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.RuleResultSnapshot
Public Sub New (entityRuntime As IEntityRuntimeModel, id As EntityIdentity, propertyStatus As RuleResultPropertiesAvailableStatus)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to