IVsUIShell4.CreateToolbarTray 方法

附加未包含在 IVsWindowFrame中的工具栏。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)

语法

声明
Function CreateToolbarTray ( _
    pCmdTarget As IOleCommandTarget, _
    <OutAttribute> ByRef ppToolbarTrayHost As IVsToolbarTrayHost _
) As Integer
int CreateToolbarTray(
    IOleCommandTarget pCmdTarget,
    out IVsToolbarTrayHost ppToolbarTrayHost
)

参数

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

此方法类似于 SetupToolbar() 选择,但是,可以附加未包含在 IVsWindowFrame中的工具栏,如对话框。 它返回的 IVsToolbarTrayHost 实例允许表示工具栏磁盘的 UI 元素的已添加工具栏和检索 IVsUIElement

.NET Framework 安全性

请参见

参考

IVsUIShell4 接口

Microsoft.VisualStudio.Shell.Interop 命名空间