次の方法で共有


ListBoxItemAutomationPeer(ListBoxItem) コンストラクター

定義

ListBoxItemAutomationPeer クラスの新しいインスタンスを初期化します。

 ListBoxItemAutomationPeer(ListBoxItem const& owner);
public ListBoxItemAutomationPeer(ListBoxItem owner);
function ListBoxItemAutomationPeer(owner)
Public Sub New (owner As ListBoxItem)

パラメーター

owner
ListBoxItem

作成する owner 要素。

適用対象