Share via


IEntityValue.LimitAvailableProperties(IPropertiesAvailableStatus) Method

Definition

Eliminates properties which are not allowed defined in a specific type. This method is used to remove properties used in conditional filtering, but not in the final result.

public void LimitAvailableProperties (Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus allowedProperties);
abstract member LimitAvailableProperties : Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus -> unit
Public Sub LimitAvailableProperties (allowedProperties As IPropertiesAvailableStatus)

Parameters

allowedProperties
IPropertiesAvailableStatus

Allowed properties in the entity.

Applies to