IVsTaskProvider2.ReRegistrationKey Method

Do not use.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Function ReRegistrationKey ( _
    <OutAttribute> ByRef pbstrKey As String _
) As Integer
‘사용 방법
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

Microsoft.VisualStudio.Shell.Interop Namespace