ItemsControlAutomationPeer(ItemsControl) コンストラクター

定義

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

 ItemsControlAutomationPeer(ItemsControl const& owner);
public ItemsControlAutomationPeer(ItemsControl owner);
function ItemsControlAutomationPeer(owner)
Public Sub New (owner As ItemsControl)

パラメーター

owner
ItemsControl

作成対象の owner 要素。

適用対象