Share via


ProjectContextType.CreateEntityValue Method

Definition

Overloads

CreateEntityValue(IEntityRuntimeModel)
CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus)

CreateEntityValue(IEntityRuntimeModel)

public override Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue CreateEntityValue (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel m);
override this.CreateEntityValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue
Public Overrides Function CreateEntityValue (m As IEntityRuntimeModel) As IEntityValue

Parameters

m
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Returns

Applies to

CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus)

public override Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue CreateEntityValue (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel m, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity id, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus state);
override this.CreateEntityValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity * Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue
Public Overrides Function CreateEntityValue (m As IEntityRuntimeModel, id As EntityIdentity, state As IPropertiesAvailableStatus) As IEntityValue

Parameters

m
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Returns

Applies to