Partager via


RibbonCollectionBase.GetRibbonContextCollection, méthode (Object, Type)

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

Espace de noms :  Microsoft.Office.Tools.Ribbon
Assembly :  Microsoft.Office.Tools.Common.v4.0.Utilities (dans Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Syntaxe

'Déclaration
Public Function GetRibbonContextCollection ( _
    contextWindow As Object, _
    customRibbonType As Type _
) As IList(Of IRibbonExtension)
public IList<IRibbonExtension> GetRibbonContextCollection(
    Object contextWindow,
    Type customRibbonType
)

Paramètres

Valeur de retour

Type : System.Collections.Generic.IList<IRibbonExtension>

Notes

Pour accéder aux Rubans dans votre projet, appelez la propriété Ribbons de la classe Globals. Pour plus d'informations, consultez Accès au ruban au moment de l'exécution.

Sécurité .NET Framework

Voir aussi

Référence

RibbonCollectionBase Classe

GetRibbonContextCollection, surcharge

Microsoft.Office.Tools.Ribbon, espace de noms