TableCellAutomationPeer(TableCell) Konstruktor

Definition

Initialisiert eine neue Instanz der TableCellAutomationPeer-Klasse.

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)

Parameter

owner
TableCell

Das TableCell, das diesem TableCellAutomationPeer zugeordnet ist.

Gilt für

Siehe auch