共用方式為


TreeViewNode.Content 屬性

定義

取得或設定目前節點的資料內容。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

public:
 property Platform::Object ^ Content { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Content();

void Content(IInspectable value);
public object Content { get; set; }
Public Property Content As Object

屬性值

Object

Platform::Object

IInspectable

目前節點的資料內容。

適用於