ISettingsManager::NamesStartingWith Method (String^)

Visual Studio 2015
 

Returns the names of all settings currently stored whose names begin with the given prefix (case insensitive).

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

array<String^>^ NamesStartingWith(
	String^ prefix
)

Parameters

prefix
Type: System::String^

The prefix

Return Value

Type: array<System::String^>^

The names.

Return to top
Show: