ToggleSwitchAutomationPeer(ToggleSwitch) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de la clase ToggleSwitchAutomationPeer .
public:
ToggleSwitchAutomationPeer(ToggleSwitch ^ owner);
ToggleSwitchAutomationPeer(ToggleSwitch const& owner);
public ToggleSwitchAutomationPeer(ToggleSwitch owner);
function ToggleSwitchAutomationPeer(owner)
Public Sub New (owner As ToggleSwitch)
Parámetros
- owner
- ToggleSwitch
ToggleSwitch para el que se va a crear un elemento del mismo nivel.