Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the re-registration key.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Private Function ReRegistrationKey ( _
<OutAttribute> ByRef key As String _
) As Integer Implements IVsTaskProvider.ReRegistrationKey
int IVsTaskProvider.ReRegistrationKey(
out string key
)
private:
virtual int ReRegistrationKey(
[OutAttribute] String^% key
) sealed = IVsTaskProvider::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
S_OK .
Implements
IVsTaskProvider.ReRegistrationKey(String%)
Remarks
This method returns a string "x.y", where x is the provider's type name and y is the provider's hash code.
.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.