RibbonDropDownItemCollection 类 (2007 system)

更新:2007 年 11 月

表示 RibbonDropDownItem 对象的集合。

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

语法

声明
Public NotInheritable Class RibbonDropDownItemCollection _
    Inherits Collection(Of RibbonDropDownItem)
用法
Dim instance As RibbonDropDownItemCollection
public sealed class RibbonDropDownItemCollection : Collection<RibbonDropDownItem>

备注

RibbonComboBoxRibbonDropDownRibbonGallery 各有一个 RibbonDropDownItemCollection 类型的 Items 属性。使用 Items 属性可将 RibbonDropDownItem 对象添加到它们的相应父对象中以及移除这些对象。

继承层次结构

System.Object
  System.Collections.ObjectModel.Collection<RibbonDropDownItem>
    Microsoft.Office.Tools.Ribbon.RibbonDropDownItemCollection

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

RibbonDropDownItemCollection 成员

Microsoft.Office.Tools.Ribbon 命名空间