ItemAutomationPeer.Item 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
資料項目。
備註
此屬性與其他對等上的 Owner 屬性類似, (它提供這個對等物件的參考,讓這個對等提供) 的自動化曝光。 其值必須在 ItemAutomationPeer 建構函式中設定。