다음을 통해 공유


TaskProvider.IVsTaskProvider.ReRegistrationKey Method

Gets the re-registration key.

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

Syntax

‘선언
Private Function ReRegistrationKey ( _
    <OutAttribute> ByRef key As String _
) As Integer Implements IVsTaskProvider.ReRegistrationKey
int IVsTaskProvider.ReRegistrationKey(
    out string key
)

Parameters

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

See Also

Reference

TaskProvider Class

Microsoft.VisualStudio.Shell Namespace