TableCellAutomationPeer(TableCell) Konstruktor

Definition

Initierar en ny instans av TableCellAutomationPeer klassen.

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)

Parametrar

owner
TableCell

Det TableCell som är associerat med den här TableCellAutomationPeer.

Gäller för

Se även