IEntityValue.LimitAvailableProperties(IPropertiesAvailableStatus) 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.
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.