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.

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

ISettingsSubset^ GetSubset(
	String^ namePattern
)

Parameters

namePattern
Type: System::String^

The full name of a setting or a prefix ending in '*'. The comparison is case-insensitive.

Return Value

Type: Microsoft.VisualStudio.Settings::ISettingsSubset^

The settings subset.

Return to top
Show: