RegisterLoadKeyAttribute.RegKeyName Method

Retrieves the registry key name for the load key information of the VSPackage.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public Function RegKeyName ( _
    context As RegistrationAttribute.RegistrationContext _
) As String
'Usage
Dim instance As RegisterLoadKeyAttribute 
Dim context As RegistrationAttribute.RegistrationContext 
Dim returnValue As String 

returnValue = instance.RegKeyName(context)
public string RegKeyName(
    RegistrationAttribute.RegistrationContext context
)
public:
String^ RegKeyName(
    RegistrationAttribute.RegistrationContext^ context
)
public function RegKeyName(
    context : RegistrationAttribute.RegistrationContext
) : String

Parameters

Return Value

Type: System.String
The Registry Key name for the load key information of the VSPackage.

Remarks

The Visual C# language automatically appends the word "Attribute" to the name of any attribute class. In Visual C# code, refer to this attribute as RegisterLoadKey.

.NET Framework Security

See Also

Reference

RegisterLoadKeyAttribute Class

RegisterLoadKeyAttribute Members

Microsoft.VisualStudio.Shell Namespace

RegisterLoadKeyAttribute