RibbonCollectionBase.GetRibbonContextCollection Método

Definição

Sobrecargas

GetRibbonContextCollection(Object, Type)
GetRibbonContextCollection<TRibbonCollection>(Object)

GetRibbonContextCollection(Object, Type)

public System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.IRibbonExtension> GetRibbonContextCollection (object contextWindow, Type customRibbonType);

Parâmetros

contextWindow
Object
customRibbonType
Type

Retornos

IList<IRibbonExtension>

Comentários

Para acessar Faixas de Opções no projeto, chame a propriedade Ribbons da classe Globals. Para obter mais informações, consulte acessando a faixa de visualização em tempo de execução.

Aplica-se a

GetRibbonContextCollection<TRibbonCollection>(Object)

public TRibbonCollection GetRibbonContextCollection<TRibbonCollection> (object contextWindow);

Parâmetros de tipo

TRibbonCollection

Parâmetros

contextWindow
Object

Retornos

TRibbonCollection

Comentários

Para acessar Faixas de Opções no projeto, chame a propriedade Ribbons da classe Globals. Para obter mais informações, consulte acessando a faixa de visualização em tempo de execução.

Aplica-se a