DataGridCell.OnCreateAutomationPeer メソッド

定義

この DataGridCell のオートメーション ピアを返します。

protected:
 override System::Windows::Automation::Peers::AutomationPeer ^ OnCreateAutomationPeer();
protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer ();
override this.OnCreateAutomationPeer : unit -> System.Windows.Automation.Peers.AutomationPeer
Protected Overrides Function OnCreateAutomationPeer () As AutomationPeer

戻り値

AutomationPeer

この DataGridCell のオートメーション ピア。

注釈

UI オートメーションDataGridCellAutomationPeerを公開しますDataGrid

適用対象