Share via


ItemAutomationPeer.Item プロパティ

定義

この ItemAutomationPeer に関連付けられている Items コレクション内のデータ項目を取得します。

public:
 property Platform::Object ^ Item { Platform::Object ^ get(); };
IInspectable Item();
public object Item { get; }
var object = itemAutomationPeer.item;
Public ReadOnly Property Item As Object

プロパティ値

Object

Platform::Object

IInspectable

データ アイテムです。

注釈

このプロパティは、他のピアの Owner プロパティと目的に似ています (このピアがオートメーション公開を提供するオブジェクトへの参照を提供します)。 その値は ItemAutomationPeer コンストラクターで設定する必要があります。

適用対象