Compartilhar via


PropertiesAvailableStatus.IsValueAvailable(IEntityProperty) Method

Definition

Check whether value is available for a property.

protected bool IsValueAvailable (Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty property);
member this.IsValueAvailable : Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty -> bool
Protected Function IsValueAvailable (property As IEntityProperty) As Boolean

Parameters

property
IEntityProperty

A property, which must belong to the type.

Returns

true if the value is available.

Applies to