Partilhar via


RibbonDropDownItemCollection Classe (sistema de 2007)

Representa uma coleção de objetos RibbonDropDownItem.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (em Microsoft.Office.Tools.Common.v9.0.dll)

Sintaxe

Public NotInheritable Class RibbonDropDownItemCollection _
    Inherits Collection(Of RibbonDropDownItem)

Dim instance As RibbonDropDownItemCollection
public sealed class RibbonDropDownItemCollection : Collection<RibbonDropDownItem>

Comentários

The RibbonComboBox, RibbonDropDown, e RibbonGallery cada têm um Items propriedade do tipo RibbonDropDownItemCollection. Use o Items propriedade a ser adicionada RibbonDropDownItem objetos aos seus pais correspondentes e removê-los.

Hierarquia de herança

System.Object
  System.Collections.ObjectModel.Collection<RibbonDropDownItem>
    Microsoft.Office.Tools.Ribbon.RibbonDropDownItemCollection

Acesso thread-safe

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Membros RibbonDropDownItemCollection

Namespace Microsoft.Office.Tools.Ribbon