IPropertiesFilter.UnionWith(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.
Unions with another properties selection, and leave only properties allowed.
public void UnionWith (Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus allowedProperties);
abstract member UnionWith : Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus -> unit
Public Sub UnionWith (allowedProperties As IPropertiesAvailableStatus)
Parameters
- allowedProperties
- IPropertiesAvailableStatus
Another properties set.