Gets the registry path (relative to the registry root of the application) of the VSPackage.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Syntax
'Declaration
Protected Function GetPackageRegKeyPath ( _
    package As Guid _
) As String
protected string GetPackageRegKeyPath(
    Guid package
)
protected:
String^ GetPackageRegKeyPath(
    Guid package
)
member GetPackageRegKeyPath : 
        package:Guid -> string
protected function GetPackageRegKeyPath(
    package : Guid
) : String
Parameters
- package 
 Type: Guid- The GUID of the VSPackage. 
Return Value
Type: String
The registry path (relative to the registry root of the application) 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.