ItemAutomationPeer.Item 屬性

定義

取得 Items 集合中與此 ItemAutomationPeer 相關聯的數據項。

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 建構函式中設定。

適用於