PropertiesAvailableStatus.IsValueAvailable(IEntityProperty) 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.
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.