Share via


TreeViewExpandingEventArgs.Item 屬性

定義

取得展開之樹視圖節點的數據項。

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

屬性值

Object

Platform::Object

IInspectable

展開之樹視圖節點的數據項。

適用於