TaskProvider::IVsTaskProvider3::GetProviderGuid Method (Guid)

 

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.

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

private:
virtual int GetProviderGuid(
	[OutAttribute] Guid% pguidProvider
) sealed = IVsTaskProvider3::GetProviderGuid

Parameters

pguidProvider
Type: System::Guid

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

Return Value

Type: System::Int32

S_OK.

Return to top
Show: