Método IVsTaskProvider2.ReRegistrationKey (String)
Não use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int ReRegistrationKey(
out string pbstrKey
)
int ReRegistrationKey(
[OutAttribute] String^% pbstrKey
)
abstract ReRegistrationKey :
pbstrKey:string byref -> int
Function ReRegistrationKey (
<OutAttribute> ByRef pbstrKey As String
) As Integer
Parâmetros
- pbstrKey
Não use.
Valor de retorno
Type: System.Int32
Implementações
IVsTaskProvider.ReRegistrationKey(String)
Consulte também
Interface IVsTaskProvider2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo