IAddInExtension.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 that represent the Ribbon (Visual Designer) items in the add-in to display at run time.
public:
cli::array <Microsoft::Office::Tools::Ribbon::IRibbonExtension ^> ^ CreateRibbonObjects();
public Microsoft.Office.Tools.Ribbon.IRibbonExtension[] CreateRibbonObjects ();
abstract member CreateRibbonObjects : unit -> Microsoft.Office.Tools.Ribbon.IRibbonExtension[]
Public Function CreateRibbonObjects () As IRibbonExtension()
Returns
An array of IRibbonExtension objects that represent the Ribbon (Visual Designer) items in the add-in to display at run time.
Remarks
For more information about this method, see Microsoft.Office.Tools.AddInBase.CreateRibbonObjects.