IPropertiesAvailableStatus.IsSubsetOf(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.
Whether all properties are in anther properties set.
public bool IsSubsetOf (Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus otherPropertiesState);
abstract member IsSubsetOf : Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus -> bool
Public Function IsSubsetOf (otherPropertiesState As IPropertiesAvailableStatus) As Boolean
Parameters
- otherPropertiesState
- IPropertiesAvailableStatus
Anther properties set.
Returns
True, if all available properties are in the other set.