Share via


TreeViewExpandingEventArgs.Item プロパティ

定義

展開しているツリー ビュー ノードのデータ項目を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TreeViewExpandingEventArgs.Item (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。

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

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

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象