RibbonCollectionBase.Base Property

Definition

Gets a IList<T> of IRibbonExtension objects in the RibbonCollectionBase.

public:
 property System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::IRibbonExtension ^> ^ Base { System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::IRibbonExtension ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.IRibbonExtension> Base { get; }
member this.Base : System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.IRibbonExtension>
Public ReadOnly Property Base As IList(Of IRibbonExtension)

Property Value

A IList<T> of IRibbonExtension objects in the RibbonCollectionBase.

Applies to