IStringStorage2.ForEachSettingNameStartingWith Method

Definition

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

Applies to