TaskProvider::IVsTaskProvider::ReRegistrationKey Method (String^)
Visual Studio 2015
Gets the re-registration key.
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.
This method returns a string "x.y", where x is the provider's type name and y is the provider's hash code.
Show: