다음을 통해 공유


RegistrationAttribute.GetPackageRegKeyPath Method

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

‘선언
Protected Function GetPackageRegKeyPath ( _
    package As Guid _
) As String
protected string GetPackageRegKeyPath(
    Guid package
)

Parameters

Return Value

Type: System.String
The registry path (relative to the registry root of the application) of the VSPackage.

.NET Framework Security

See Also

Reference

RegistrationAttribute Class

Microsoft.VisualStudio.Shell Namespace