Bagikan melalui


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

See Also

Reference

RibbonCollectionBase Class

Microsoft.Office.Tools.Ribbon Namespace