Share via


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

コントロール パターンを指定する列挙値。

適用対象