TaskProvider.IVsTaskProvider.ReRegistrationKey(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the re-registration key.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.ReRegistrationKey([Runtime::InteropServices::Out] System::String ^ % key) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider::ReRegistrationKey;
int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.ReRegistrationKey([Runtime::InteropServices::Out] std::wstring const & & key);
int IVsTaskProvider.ReRegistrationKey (out string key);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.ReRegistrationKey : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.ReRegistrationKey : string -> int
Function ReRegistrationKey (ByRef key As String) As Integer Implements IVsTaskProvider.ReRegistrationKey
- key
- String
[out] Returns the key.
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.