Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not use.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function ReRegistrationKey ( _
    <OutAttribute> ByRef pbstrKey As String _
) As Integer
int ReRegistrationKey(
    out string pbstrKey
)
int ReRegistrationKey(
    [OutAttribute] String^% pbstrKey
)
abstract ReRegistrationKey : 
        pbstrKey:string byref -> int
function ReRegistrationKey(
    pbstrKey : String
) : int
Parameters
- pbstrKey 
 Type: String%- Do not use. 
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.