Share via


ContainerContentChangingEventArgs.Item 屬性

定義

取得與此容器相關聯的數據項。

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

屬性值

Object

Platform::Object

IInspectable

與此容器相關聯的數據項,如果沒有與此容器相關聯的數據,則為 null

適用於