IEntityValueProperty.GetValue(IEntity) 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.
Gets the value of the property from an entity object
public object? GetValue (Microsoft.VisualStudio.ProjectSystem.Query.IEntity entity);
abstract member GetValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntity -> obj
Public Function GetValue (entity As IEntity) As Object
Parameters
- entity
- IEntity
The entity object
Returns
Value if it is available.