Condividi tramite


Metodo RibbonCollectionBase.GetRibbonContextCollection (Object, Type)

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

Spazio dei nomi:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Sintassi

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

Parametri

Valore restituito

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

Note

Per accedere alle Barre multifunzione, chiamare la proprietà Ribbons della classe Globals.Per ulteriori informazioni, vedere Accesso alla barra multifunzione in fase di esecuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RibbonCollectionBase Classe

Overload GetRibbonContextCollection

Spazio dei nomi Microsoft.Office.Tools.Ribbon