EntityValueWithId Constructors
Definition
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.
Overloads
EntityValueWithId(IEntityRuntimeModel) |
Initializes a new instance of the EntityValueWithId class. Only used to create an instance in the deserialization time. |
EntityValueWithId(IEntityRuntimeModel, EntityIdentity) |
Initializes a new instance of the EntityValueWithId class. |
EntityValueWithId(IEntityRuntimeModel)
Initializes a new instance of the EntityValueWithId class. Only used to create an instance in the deserialization time.
protected EntityValueWithId (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId
Protected Sub New (entityRuntime As IEntityRuntimeModel)
Parameters
- entityRuntime
- Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel
Applies to
EntityValueWithId(IEntityRuntimeModel, EntityIdentity)
Initializes a new instance of the EntityValueWithId class.
protected EntityValueWithId (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity id);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId
Protected Sub New (entityRuntime As IEntityRuntimeModel, id As EntityIdentity)
Parameters
- entityRuntime
- Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel
The root of the runtime context.
The identity of the object.