TaskProvider.IVsTaskProvider3.GetProviderGuid(Guid) Method
Definition
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 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.