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

解説

このクラスは、RibbonMenuRibbonSplitButtonRibbonOfficeMenuRibbonGroupRibbonBox、および RibbonButtonGroup の各クラスのリボン コントロールの 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 名前空間