Share via


EntityValueBase.EnsurePropertyMarkedAsAvailable(IEntityProperty) Method

Definition

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.

Applies to