IVsTaskProvider.ReRegistrationKey Method

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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTaskProvider Interface

Microsoft.VisualStudio.Shell.Interop Namespace