Partilhar via


Construtor RibbonControlDataAutomationPeer

Initializes a new instance of the RibbonControlDataAutomationPeer class.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
Public Sub New ( _
    item As Object, _
    itemsControlPeer As ItemsControlAutomationPeer _
)
public RibbonControlDataAutomationPeer(
    Object item,
    ItemsControlAutomationPeer itemsControlPeer
)
public:
RibbonControlDataAutomationPeer(
    Object^ item, 
    ItemsControlAutomationPeer^ itemsControlPeer
)
new : 
        item:Object * 
        itemsControlPeer:ItemsControlAutomationPeer -> RibbonControlDataAutomationPeer
public function RibbonControlDataAutomationPeer(
    item : Object, 
    itemsControlPeer : ItemsControlAutomationPeer
)

Parâmetros

  • item
    Tipo: System.Object
    O elemento associado com esse ponto de automação.

Segurança do .NET Framework

Consulte também

Referência

RibbonControlDataAutomationPeer Classe

Namespace Microsoft.Windows.Automation.Peers