RibbonMenu.Items 属性

获取菜单上的控件的集合。

命名空间:  Microsoft.Office.Tools.Ribbon
程序集:  Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)

语法

声明
ReadOnly Property Items As IList(Of RibbonControl)
IList<RibbonControl> Items { get; }

属性值

类型:System.Collections.Generic.IList<RibbonControl>
菜单上的控件的集合。

异常

异常 条件
InvalidOperationException

在加载功能区之后,尝试在此集合中添加、移除或替换 RibbonControl

备注

若要在运行时将功能区控件添加到菜单,请创建该控件的实例,然后将新控件添加到 Items 集合。 如果要在功能区加载到 Office 应用程序之后执行此操作,则必须将 Dynamic 属性设置为 true。 有关更多信息,请参见功能区对象模型概述

使用功能区设计器向菜单添加控件时,Visual Studio 会自动将这些控件添加到菜单的 Items 属性。

.NET Framework 安全性

请参见

参考

RibbonMenu 接口

Microsoft.Office.Tools.Ribbon 命名空间

其他资源

功能区对象模型概述