Compartilhar via


TableCellAutomationPeer(TableCell) Construtor

Definição

Inicializa uma nova instância da classe TableCellAutomationPeer.

public:
 TableCellAutomationPeer(System::Windows::Documents::TableCell ^ owner);
public TableCellAutomationPeer (System.Windows.Documents.TableCell owner);
new System.Windows.Automation.Peers.TableCellAutomationPeer : System.Windows.Documents.TableCell -> System.Windows.Automation.Peers.TableCellAutomationPeer
Public Sub New (owner As TableCell)

Parâmetros

owner
TableCell

O TableCell associado a este TableCellAutomationPeer.

Aplica-se a

Confira também