Compartir a través de


IEntityValueProperty<TValue>.GetValue(IEntity) Method

Definition

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.

Applies to