ISettingsManager::GetSubset Method (String^)
Visual Studio 2015
Gets a collection representing all settings whose names match the specified pattern (either an exact match or a prefix match, depending on whether the pattern ends in '*'). Both the exact match and the prefix match are case-insensitive.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- namePattern
-
Type:
System::String^
The full name of a setting or a prefix ending in '*'. The comparison is case-insensitive.
Show: