Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the provider's toolbar.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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: 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.