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
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Function RegKeyName ( _
context As RegistrationAttribute.RegistrationContext _
) As String
public string RegKeyName(
RegistrationAttribute.RegistrationContext context
)
Parameters
- context
Type: Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext
A registration context provided by an external registration tool. The context can be used to create registry keys, log registration activity, and obtain information about the component being registered.
Return Value
Type: System.String
The Registry Key name for the load key information of the VSPackage.
.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.