Compartir a través de


RichTextBlockAutomationPeer(RichTextBlock) Constructor

Definición

Inicializa una nueva instancia de la clase RichTextBlockAutomationPeer .

public:
 RichTextBlockAutomationPeer(RichTextBlock ^ owner);
 RichTextBlockAutomationPeer(RichTextBlock const& owner);
public RichTextBlockAutomationPeer(RichTextBlock owner);
function RichTextBlockAutomationPeer(owner)
Public Sub New (owner As RichTextBlock)

Parámetros

owner
RichTextBlock

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

Se aplica a