TaskProvider::IVsTaskProvider3::GetSurrogateProviderGuid Method (Guid)
Visual Studio 2015
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.
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.
Show: