TableCellAutomationPeer(TableCell) 构造函数

定义

初始化 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)

参数

owner
TableCell

与此 TableCellAutomationPeer 关联的 TableCell

适用于

另请参阅