Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Function GetSectionName ( _
settingsGroupName As String, _
key As String _
) As String
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
settingsGroupName
Type: StringThe group name.
key
Type: StringThe key.
Return Value
Type: String
A formatted string of the form settingsGroupName.key.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.