Compartir a través de


IPropertiesAvailableStatus.IsSubsetOf(IPropertiesAvailableStatus) Method

Definition

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.

Applies to