IRibbonExtension Interface
Represents an extension of a OfficeRibbon object.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
<GuidAttribute("EBFD1E8E-CCED-4E54-9DE9-D8E1E445FC2D")> _
Public Interface IRibbonExtension _
Inherits IExtension, IDisposable
[GuidAttribute("EBFD1E8E-CCED-4E54-9DE9-D8E1E445FC2D")]
public interface IRibbonExtension : IExtension,
IDisposable
The IRibbonExtension type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExtensionBase | Gets the object that is being extended by this IExtension. (Inherited from IExtension.) |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
Remarks
The IRibbonExtension interface is implemented by the RibbonBase class. This is the base class of the class that Visual Studio generates in your project when you add a Ribbon (Visual Designer) item to an Office project in Visual Studio.