Share via


EntityValueBase.GetPropertiesAvailableStatus(Boolean) Method

Definition

Gets the current properties state.

protected abstract Microsoft.VisualStudio.ProjectSystem.Query.Framework.IPropertiesFilter GetPropertiesAvailableStatus (bool needMutable);
abstract member GetPropertiesAvailableStatus : bool -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.IPropertiesFilter
Protected MustOverride Function GetPropertiesAvailableStatus (needMutable As Boolean) As IPropertiesFilter

Parameters

needMutable
Boolean

Whether the state should be mutable.

Returns

The property state.

Applies to