TaskProvider.IVsTaskProvider3.GetProviderGuid(Guid) Method

Definition

Gets a unique GUID for this provider. This is used to persist and restore provider-specific data managed by the task list, such as user customizations of column width and order.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetProviderGuid([Runtime::InteropServices::Out] Guid % pguidProvider) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider3::GetProviderGuid;
int IVsTaskProvider3.GetProviderGuid (out Guid pguidProvider);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetProviderGuid : Guid -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetProviderGuid : Guid -> int
Function GetProviderGuid (ByRef pguidProvider As Guid) As Integer Implements IVsTaskProvider3.GetProviderGuid

Parameters

pguidProvider
Guid

[out] The GUID of the provider's type.

Returns

S_OK.

Implements

Applies to