TaskProvider::IVsTaskProvider3::GetSurrogateProviderGuid Method (Guid)

 

If this method is implemented, all the provider's tasks will be listed under the surrogate provider in the list as though they belonged to the surrogate provider.

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

private:
virtual int GetSurrogateProviderGuid(
	[OutAttribute] Guid% guid
) sealed = IVsTaskProvider3::GetSurrogateProviderGuid

Parameters

guid
Type: System::Guid

[out] The GUID of the surrogate provider. By default returns an empty GUID.

Return Value

Type: System::Int32

When implemented by derived classes, S_OK or an error code.

By default this method returns E_NOTIMPL.

Return to top
Show: