EntityValueBase(IEntityRuntimeModel) Constructor

Definition

Initializes a new instance of the EntityValueBase class.

protected EntityValueBase (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueBase : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueBase
Protected Sub New (entityRuntime As IEntityRuntimeModel)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

The runtime context of the object.

Applies to