RegisterLoadKeyAttribute.RegKeyName Method

Gets the registry key name for the load key information of the VSPackage. This attribute has been deprecated.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Dichiarazione
Public Function RegKeyName ( _
    context As RegistrationAttribute..::..RegistrationContext _
) As String
'Utilizzo
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
)
member RegKeyName : 
        context:RegistrationAttribute..::..RegistrationContext -> string 
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.

.NET Framework Security

See Also

Reference

RegisterLoadKeyAttribute Class

RegisterLoadKeyAttribute Members

Microsoft.VisualStudio.Shell Namespace