RegistrationAttribute.GetPackageRegKeyPath(Guid) Method

Definition

Gets the registry path (relative to the registry root of the application) of the VSPackage.

protected:
 System::String ^ GetPackageRegKeyPath(Guid package);
protected string GetPackageRegKeyPath (Guid package);
member this.GetPackageRegKeyPath : Guid -> string
Protected Function GetPackageRegKeyPath (package As Guid) As String

Parameters

package
Guid

The GUID of the VSPackage.

Returns

The registry path (relative to the registry root of the application) of the VSPackage.

Applies to