Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the reregistration key.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Private Function ReRegistrationKey ( _
<OutAttribute> ByRef key As String _
) As Integer Implements IVsTaskProvider2.ReRegistrationKey
'Usage
Dim instance As TaskProvider
Dim key As String
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskProvider2).ReRegistrationKey(key)
int IVsTaskProvider2.ReRegistrationKey(
out string key
)
private:
virtual int ReRegistrationKey(
[OutAttribute] String^% key
) sealed = IVsTaskProvider2::ReRegistrationKey
private abstract ReRegistrationKey :
key:string byref -> int
private override ReRegistrationKey :
key:string byref -> int
JScript does not support explicit interface implementations.
Parameters
- key
Type: System.String%
[out] Returns the key.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsTaskProvider2.ReRegistrationKey(String%)
Remarks
This method calls ReRegistrationKey.
.NET Framework Security
- 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.