共用方式為


TreeViewNode.Content 屬性

定義

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

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.TreeViewNode.Content (在Windows 應用程式 SDK中,請參閱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; }
var object = treeViewNode.content;
treeViewNode.content = object;
Public Property Content As Object

屬性值

Object

Platform::Object

IInspectable

目前節點的資料內容。

適用於