ProjectContextType.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 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