EntityType.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) | |
CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus) |
CreateEntityValue(IEntityRuntimeModel)
public virtual 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
override this.CreateEntityValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue
Public Overridable Function CreateEntityValue (entityRuntime As IEntityRuntimeModel) As IEntityValue
Parameters
- entityRuntime
- Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel
Returns
Implements
Applies to
CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus)
public virtual 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
override this.CreateEntityValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity * Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue
Public Overridable Function CreateEntityValue (entityRuntime As IEntityRuntimeModel, id As EntityIdentity, propertyStatus As IPropertiesAvailableStatus) As IEntityValue
Parameters
- entityRuntime
- Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel
- propertyStatus
- IPropertiesAvailableStatus