TaskProvider.IVsTaskProvider.ReRegistrationKey(String) Method

Definition

Gets the re-registration key.

int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.ReRegistrationKey([Runtime::InteropServices::Out] std::wstring const & & key);

Parameters

key
String

[out] Returns the key.

Returns

S_OK.

Implements

Remarks

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

Applies to