EntityValueProperty<TEntity,TEntityValue,TValue>.GetValue 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.
public TValue GetValue (Microsoft.VisualStudio.ProjectSystem.Query.IEntity entity);
abstract member GetValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntity -> 'Value
override this.GetValue : Microsoft.VisualStudio.ProjectSystem.Query.IEntity -> 'Value
Public Function GetValue (entity As IEntity) As TValue
Parameters
- entity
- IEntity
Returns
TValue