PropertiesAvailableStatus.IsValueAvailable(IEntityProperty) Method
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.
C#
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
- property
- IEntityProperty
A property, which must belong to the type.
true
if the value is available.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2022 |