RegistrationAttribute.GetPackageRegKeyPath 方法

获取注册表路径 (相对于应用程序的注册表根) VSPackage。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.Immutable.10.0(在 Microsoft.VisualStudio.Shell.Immutable.10.0.dll 中)

语法

声明
Protected Function GetPackageRegKeyPath ( _
    package As Guid _
) As String
protected string GetPackageRegKeyPath(
    Guid package
)

参数

返回值

类型:System.String
注册表路径 (相对于应用程序的注册表根) VSPackage。

.NET Framework 安全性

请参见

参考

RegistrationAttribute 类

Microsoft.VisualStudio.Shell 命名空间