共用方式為


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

適用於

另請參閱