IVsUIShell4.SetupToolbar3 Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
Function SetupToolbar3 ( _
pFrame As IVsWindowFrame, _
<OutAttribute> ByRef pptwth As IVsToolWindowToolbarHost _
) As Integer
'Uso
Dim instance As IVsUIShell4
Dim pFrame As IVsWindowFrame
Dim pptwth As IVsToolWindowToolbarHost
Dim returnValue As Integer
returnValue = instance.SetupToolbar3(pFrame, _
pptwth)
int SetupToolbar3(
IVsWindowFrame pFrame,
out IVsToolWindowToolbarHost pptwth
)
int SetupToolbar3(
[InAttribute] IVsWindowFrame^ pFrame,
[OutAttribute] IVsToolWindowToolbarHost^% pptwth
)
abstract SetupToolbar3 :
pFrame:IVsWindowFrame *
pptwth:IVsToolWindowToolbarHost byref -> int
function SetupToolbar3(
pFrame : IVsWindowFrame,
pptwth : IVsToolWindowToolbarHost
) : int
Parameters
- pFrame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
Return Value
Type: System.Int32
.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.