Freigeben über


IVsTaskProvider2.ReRegistrationKey Method (String%)

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
'Usage
Dim instance As IVsTaskProvider2
Dim pbstrKey As String
Dim returnValue As Integer

returnValue = instance.ReRegistrationKey(pbstrKey)
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

Implements

IVsTaskProvider.ReRegistrationKey(String%)

.NET Framework Security

See Also

Reference

IVsTaskProvider2 Interface

IVsTaskProvider2 Members

ReRegistrationKey Overload

Microsoft.VisualStudio.Shell.Interop Namespace