Condividi tramite


IEntityValueProperty.GetValue(IEntity) Method

Definition

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.

Applies to