Compartir a través de


TextBlockAutomationPeer(TextBlock) Constructor

Definición

Inicializa una nueva instancia de la clase TextBlockAutomationPeer .

public:
 TextBlockAutomationPeer(TextBlock ^ owner);
 TextBlockAutomationPeer(TextBlock const& owner);
public TextBlockAutomationPeer(TextBlock owner);
function TextBlockAutomationPeer(owner)
Public Sub New (owner As TextBlock)

Parámetros

owner
TextBlock

TextBlock para el que se va a crear un elemento del mismo nivel.

Se aplica a