AddInBase.CreateRibbonObjects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of IRibbonExtension objects to the CreateRibbonExtensibilityObject() method. The objects represent the Ribbons to display at run time.
protected:
virtual cli::array <Microsoft::Office::Tools::Ribbon::IRibbonExtension ^> ^ CreateRibbonObjects();
protected virtual Microsoft.Office.Tools.Ribbon.IRibbonExtension[] CreateRibbonObjects ();
abstract member CreateRibbonObjects : unit -> Microsoft.Office.Tools.Ribbon.IRibbonExtension[]
override this.CreateRibbonObjects : unit -> Microsoft.Office.Tools.Ribbon.IRibbonExtension[]
Protected Overridable Function CreateRibbonObjects () As IRibbonExtension()
Returns
An array of IRibbonExtension objects that represent the Ribbons to display at run time.
Remarks
This method is called by the default implementation of the CreateRibbonExtensibilityObject method of the AddInBase class when the project contains Ribbon (Visual Designer) items.
Override this method if you want to specify which Ribbons to display at run time. You can also override the CreateRibbonExtensibilityObject method to specify which Ribbons to display at run time. For more information, see Ribbon Overview.