ConfigurationHelperService::GetSectionName Method (String^, String^)

 

Formats the group name and the key name.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
String^ GetSectionName(
	String^ settingsGroupName,
	String^ key
)

Parameters

settingsGroupName
Type: System::String^

The group name.

key
Type: System::String^

The key.

Return Value

Type: System::String^

A formatted string of the form settingsGroupName.key.

Return to top
Show: