SelectorAutomationPeer(Selector) Construtor

Definição

Inicializa uma nova instância da SelectorAutomationPeer classe.

protected:
 SelectorAutomationPeer(System::Windows::Controls::Primitives::Selector ^ owner);
protected SelectorAutomationPeer(System.Windows.Controls.Primitives.Selector owner);
new System.Windows.Automation.Peers.SelectorAutomationPeer : System.Windows.Controls.Primitives.Selector -> System.Windows.Automation.Peers.SelectorAutomationPeer
Protected Sub New (owner As Selector)

Parâmetros

owner
Selector

O Selector que está associado a este SelectorAutomationPeer.

Aplica-se a

Ver também