RegistrationAttribute.GetPackageRegKeyPath Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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
‘사용 방법
Dim package As Guid
Dim returnValue As String

returnValue = Me.GetPackageRegKeyPath(package)
protected string GetPackageRegKeyPath(
    Guid package
)
protected:
String^ GetPackageRegKeyPath(
    Guid package
)
member GetPackageRegKeyPath : 
        package:Guid -> string 
protected function GetPackageRegKeyPath(
    package : Guid
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

RegistrationAttribute Class

RegistrationAttribute Members

Microsoft.VisualStudio.Shell Namespace