RibbonReadOnlyCollection.GetRibbon Method

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

Returns an instance of an IRibbonExtension of the specified type, if it exists in this RibbonReadOnlyCollection.

Namespace:  Microsoft.Office.Tools.Ribbon
Assemblies:   Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Function GetRibbon ( _
    customRibbonType As Type _
) As IRibbonExtension
IRibbonExtension GetRibbon(
    Type customRibbonType
)

Parameters

Return Value

Type: Microsoft.Office.Tools.Ribbon.IRibbonExtension

.NET Framework Security

See Also

Reference

RibbonReadOnlyCollection Interface

Microsoft.Office.Tools.Ribbon Namespace