TaskProvider::IVsTaskProvider3::GetProviderToolbar Method (Guid, UInt32)

 

Gets the provider's toolbar.

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

private:
virtual int GetProviderToolbar(
	[OutAttribute] Guid% pguidGroup,
	[OutAttribute] unsigned int% pdwID
) sealed = IVsTaskProvider3::GetProviderToolbar

Parameters

pguidGroup
Type: System::Guid

[out] The GUID of the group to which the toolbar belongs.

pdwID
Type: System::UInt32

[out] The ID of the toolbar.

Return Value

Type: System::Int32

S_OK.

Return to top
Show: