ChoosingItemContainerEventArgs.Item 屬性

定義

取得與此 ItemContainer相關聯的資料項目。

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

屬性值

Object

Platform::Object

IInspectable

與此 ItemContainer相關聯的資料項目。

適用於