IAddInExtension.CreateRibbonObjects Method

Definition

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.

Applies to