TableCellAutomationPeer(TableCell) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

owner
TableCell

De TableCell die aan dit TableCellAutomationPeeris gekoppeld.

Van toepassing op

Zie ook