Compartilhar via


IPropertiesFilter.IntersectWith(IPropertiesAvailableStatus) Method

Definition

Intersects with another properties selection, and leave only properties allowed.

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

Parameters

allowedProperties
IPropertiesAvailableStatus

Another properties set.

Applies to