TaskProvider.IVsTaskProvider3.GetProviderToolbar Method
Gets the provider's toolbar.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
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
)
private:
virtual int GetProviderToolbar(
[OutAttribute] Guid% pguidGroup,
[OutAttribute] unsigned int% pdwID
) sealed = IVsTaskProvider3::GetProviderToolbar
private abstract GetProviderToolbar :
pguidGroup:Guid byref *
pdwID:uint32 byref -> int
private override GetProviderToolbar :
pguidGroup:Guid byref *
pdwID:uint32 byref -> int
JScript does not support explicit interface implementations.
Parameters
pguidGroup
Type: Guid%[out] The GUID of the group to which the toolbar belongs.
pdwID
Type: UInt32%[out] The ID of the toolbar.
Return Value
Type: 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.