EntityValueBase.GetPropertiesAvailableStatus(Boolean) 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.
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.