Partager via


EntityType.CreateEntityValue Method

Definition

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

Returns

Implements

Applies to