IStringStorage2.ForEachSettingNameStartingWith 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.
Processes the name of each persisted setting that begins with prefix
.
When the processor delegate returns false, processing stops.
public void ForEachSettingNameStartingWith (string prefix, Microsoft.VisualStudio.Settings.CharSpanProcessorDelegate processFunc);
abstract member ForEachSettingNameStartingWith : string * Microsoft.VisualStudio.Settings.CharSpanProcessorDelegate -> unit
Public Sub ForEachSettingNameStartingWith (prefix As String, processFunc As CharSpanProcessorDelegate)
Parameters
- prefix
- String
- processFunc
- CharSpanProcessorDelegate