IPropertiesFilter.IntersectWith(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.
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.