RegistrationAttribute.GetPackageRegKeyPath(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.