ISettingsChangeSuppressor.CanChange(String) 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.
Indicates whether the specified setting is allowed to change based on active suppressions.
public bool CanChange (string settingName);
abstract member CanChange : string -> bool
Public Function CanChange (settingName As String) As Boolean
Parameters
- settingName
- String
Returns
Remarks
This method is safe to access from any thread.