IEntityValueProperty<TValue>.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 TValue? GetValue (Microsoft.VisualStudio.ProjectSystem.Query.IEntity entity);
abstract member GetValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntity -> 'Value
Public Function GetValue (entity As IEntity) As TValue
Parameters
- entity
- IEntity
The entity object
Returns
TValue
Value if it is available.