RibbonCollectionBase Class
Provides access to the IRibbonExtension objects in a Ribbon customization.
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.Ribbon.RibbonCollectionBase
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Syntax
'Declaration
Public MustInherit Class RibbonCollectionBase _
Implements IList(Of IRibbonExtension), ICollection(Of IRibbonExtension), _
IEnumerable(Of IRibbonExtension), IEnumerable, IExtension
public abstract class RibbonCollectionBase : IList<IRibbonExtension>,
ICollection<IRibbonExtension>, IEnumerable<IRibbonExtension>, IEnumerable,
IExtension
The RibbonCollectionBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RibbonCollectionBase | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Base | Gets a IList<T> of IRibbonExtension objects in the RibbonCollectionBase. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRibbon(Type) | Infrastructure. | |
GetRibbon<TRibbon>() | Infrastructure. | |
GetRibbonContextCollection(Object, Type) | Infrastructure. | |
GetRibbonContextCollection<TRibbonCollection>(Object) | Infrastructure. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<IRibbonExtension>.Add | Infrastructure. | |
ICollection<IRibbonExtension>.Clear | Infrastructure. | |
ICollection<IRibbonExtension>.Contains | Infrastructure. | |
ICollection<IRibbonExtension>.CopyTo | Infrastructure. | |
ICollection<IRibbonExtension>.Count | Infrastructure. | |
IEnumerable<IRibbonExtension>.GetEnumerator | Infrastructure. | |
IEnumerable.GetEnumerator | Infrastructure. | |
IList<IRibbonExtension>.IndexOf | Infrastructure. | |
IList<IRibbonExtension>.Insert | Infrastructure. | |
ICollection<IRibbonExtension>.IsReadOnly | Infrastructure. | |
IList<IRibbonExtension>.Item | Infrastructure. | |
ICollection<IRibbonExtension>.Remove | Infrastructure. | |
IList<IRibbonExtension>.RemoveAt | Infrastructure. | |
IExtension.ExtensionBase | Infrastructure. |
Top
Remarks
This collection contains all of the Ribbons that are associated with your Office customization. To access the RibbonCollectionBase object in an Office project, use the Globals.Ribbons property. For more information, see Global Access to Objects in Office Projects.
This collection can contain either all IRibbonExtension objects of any type in a Ribbon customization, or only those IRibbonExtension objects for a particular message class or Microsoft Office application.
Usage
This type is used only in Office projects that target the .NET Framework 4. The assembly that defines this type is not part of the Visual Studio Tools for Office runtime. You must deploy this assembly with your solution. For more information, see Assemblies in the Visual Studio Tools for Office Runtime.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.