TaskProvider::IVsTaskProvider::ReRegistrationKey Method (String^)

 

Gets the re-registration key.

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

private:
virtual int ReRegistrationKey(
	[OutAttribute] String^% key
) sealed = IVsTaskProvider::ReRegistrationKey

Parameters

key
Type: System::String^

[out] Returns the key.

Return Value

Type: System::Int32

S_OK.

This method returns a string "x.y", where x is the provider's type name and y is the provider's hash code.

Return to top
Show: