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

展開中のツリー ビュー ノードのデータ項目。

適用対象