バージョン

CreateItemAutomationPeer メソッド (XamMenuAutomationPeer)

派生クラスでオーバーライドされたときに、この System.Windows.Controls.ItemsControl の System.Windows.Controls.ItemsControl.Items コレクションのデータ項目に System.Windows.Automation.Peers.ItemAutomationPeer の新しいインスタンスを作成します。
シンタックス
'宣言
 
Protected Overrides Function CreateItemAutomationPeer( _
   ByVal item As Object _
) As ItemAutomationPeer
protected override ItemAutomationPeer CreateItemAutomationPeer( 
   object item
)

パラメータ

item
この System.Windows.Automation.Peers.ItemAutomationPeer と関連付けられたデータ項目。

戻り値の型

新しく作成された System.Windows.Automation.Peers.ItemAutomationPeer。
参照