EntityValueBase.EnsurePropertyMarkedAsAvailable(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.
Ensures the property is marked as available.
protected void EnsurePropertyMarkedAsAvailable (Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty entityProperty);
member this.EnsurePropertyMarkedAsAvailable : Microsoft.VisualStudio.ProjectSystem.Query.IEntityProperty -> unit
Protected Sub EnsurePropertyMarkedAsAvailable (entityProperty As IEntityProperty)
Parameters
- entityProperty
- IEntityProperty
The definition of the property.