TaskProvider.IVsTaskProvider3.GetProviderToolbar(Guid, UInt32) 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 the provider's toolbar.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetProviderToolbar([Runtime::InteropServices::Out] Guid % pguidGroup, [Runtime::InteropServices::Out] System::UInt32 % pdwID) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider3::GetProviderToolbar;
int IVsTaskProvider3.GetProviderToolbar (out Guid pguidGroup, out uint pdwID);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetProviderToolbar : Guid * uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider3.GetProviderToolbar : Guid * uint32 -> int
Function GetProviderToolbar (ByRef pguidGroup As Guid, ByRef pdwID As UInteger) As Integer Implements IVsTaskProvider3.GetProviderToolbar
Parameters
- pguidGroup
- Guid
[out] The GUID of the group to which the toolbar belongs.
- pdwID
- UInt32
[out] The ID of the toolbar.
Returns
S_OK.