DataGridCellAutomationPeer(DataGridCell) 构造函数

定义

初始化 DataGridCellAutomationPeer 类的新实例。

public:
 DataGridCellAutomationPeer(System::Windows::Controls::DataGridCell ^ owner);
public DataGridCellAutomationPeer (System.Windows.Controls.DataGridCell owner);
new System.Windows.Automation.Peers.DataGridCellAutomationPeer : System.Windows.Controls.DataGridCell -> System.Windows.Automation.Peers.DataGridCellAutomationPeer
Public Sub New (owner As DataGridCell)

参数

owner
DataGridCell

指定控件模式的枚举值。

适用于