TaskProvider::IVsTaskProvider3::GetProviderToolbar Method (Guid, UInt32)
Visual Studio 2015
Gets the provider's toolbar.
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.
Show: