RibbonCollectionBase.Base Property
Gets a IList<T> of IRibbonExtension objects in the RibbonCollectionBase.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Syntax
'Declaration
Public ReadOnly Property Base As IList(Of IRibbonExtension)
public IList<IRibbonExtension> Base { get; }
Property Value
Type: System.Collections.Generic.IList<IRibbonExtension>
A IList<T> of IRibbonExtension objects in the RibbonCollectionBase.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.