TaskProvider.IVsTaskProvider3.GetProviderToolbar Method
Gets the provider's toolbar.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Private Function GetProviderToolbar ( _
<OutAttribute> ByRef pguidGroup As Guid, _
<OutAttribute> ByRef pdwID As UInteger _
) As Integer Implements IVsTaskProvider3.GetProviderToolbar
int IVsTaskProvider3.GetProviderToolbar(
out Guid pguidGroup,
out uint pdwID
)
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 .
Implements
IVsTaskProvider3.GetProviderToolbar(Guid%, UInt32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.