ConfigurationHelperService.GetSectionName Method

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)

Syntax

‘선언
Public Function GetSectionName ( _
    settingsGroupName As String, _
    key As String _
) As String
‘사용 방법
Dim instance As ConfigurationHelperService
Dim settingsGroupName As String
Dim key As String
Dim returnValue As String

returnValue = instance.GetSectionName(settingsGroupName, _
    key)
public string GetSectionName(
    string settingsGroupName,
    string key
)
public:
String^ GetSectionName(
    String^ settingsGroupName, 
    String^ key
)
member GetSectionName : 
        settingsGroupName:string * 
        key:string -> string 
public function GetSectionName(
    settingsGroupName : String, 
    key : String
) : String

Parameters

Return Value

Type: System.String
A formatted string of the form settingsGroupName.key.

.NET Framework Security

See Also

Reference

ConfigurationHelperService Class

ConfigurationHelperService Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace