IVsTaskProvider2.ReRegistrationKey Method
Do not use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Dichiarazione
Function ReRegistrationKey ( _
<OutAttribute> ByRef pbstrKey As String _
) As Integer
'Utilizzo
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
)
function ReRegistrationKey(
pbstrKey : String
) : int
Parameters
pbstrKey
Type: System.String%Do not use.
Return Value
Type: System.Int32
Implements
IVsTaskProvider.ReRegistrationKey(String%)
Permissions
- 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.