RibbonComponentCollection<T> 类 (2007 system)

更新:2007 年 11 月

表示功能区组件的集合。

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

语法

声明
Public NotInheritable Class RibbonComponentCollection(Of T As RibbonComponent) _
    Inherits Collection(Of T)
用法
Dim instance As RibbonComponentCollection(Of T)
public sealed class RibbonComponentCollection<T> : Collection<T>
where T : RibbonComponent

类型参数

  • T

备注

此类用于实现 RibbonMenuRibbonSplitButtonRibbonOfficeMenuRibbonGroupRibbonBoxRibbonButtonGroup 类的功能区控件的 Items 集合。

它还用于实现 OfficeRibbon 类的 Tabs 集合和 RibbonTab 类的 Groups 集合。

继承层次结构

System.Object
  System.Collections.ObjectModel.Collection<T>
    Microsoft.Office.Tools.Ribbon.RibbonComponentCollection<T>

线程安全

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

另请参见

参考

RibbonComponentCollection<T> 成员

Microsoft.Office.Tools.Ribbon 命名空间