共用方式為


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

適用於