RibbonCollectionBase.Base Property
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.
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.