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
- customRibbonType
Type: System.Type
Return Value
Type: Microsoft.Office.Tools.Ribbon.IRibbonExtension
.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.