TaskProvider::ProviderGuid Property

 

Gets or sets the GUID of this provider.

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

public:
property Guid ProviderGuid {
	Guid get();
	void set(Guid value);
}

Property Value

Type: System::Guid

The GUID of this provider.

The task list groups all tasks from multiple providers with the same GUID into a single list.

Return to top
Show: