Método RibbonReadOnlyCollection.GetRibbonContextCollection

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

Retorna uma coleção de objetos de IRibbonExtension que são associados com uma classe ou um aplicativo especificado de mensagem.

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

Sintaxe

'Declaração
Function GetRibbonContextCollection ( _
    contextWindow As Object, _
    customRibbonType As Type _
) As IList(Of IRibbonExtension)
IList<IRibbonExtension> GetRibbonContextCollection(
    Object contextWindow,
    Type customRibbonType
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

RibbonReadOnlyCollection Interface

Namespace Microsoft.Office.Tools.Ribbon