IEntityType.CreateEntityValue Method
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
CreateEntityValue(IEntityRuntimeModel) |
Creates a new blank instance of the entityObject |
CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus) |
Creates a new blank instance of the entityObject |
CreateEntityValue(IEntityRuntimeModel)
Creates a new blank instance of the entityObject
public Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue CreateEntityValue (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime);
abstract member CreateEntityValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue
Public Function CreateEntityValue (entityRuntime As IEntityRuntimeModel) As IEntityValue
Parameters
- entityRuntime
- Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel
The runtime context of the object.
Returns
A new instance of the entity value object.
Applies to
CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus)
Creates a new blank instance of the entityObject
public Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue CreateEntityValue (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity? id, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus propertyStatus);
abstract member CreateEntityValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity * Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue
Public Function CreateEntityValue (entityRuntime As IEntityRuntimeModel, id As EntityIdentity, propertyStatus As IPropertiesAvailableStatus) As IEntityValue
Parameters
- entityRuntime
- Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel
The runtime context of the object.
id of the object. (null if the type doesn't support id.)
- propertyStatus
- IPropertiesAvailableStatus
The property available status.
Returns
A new instance of the entity value object.