TreeViewNode.Content 属性

定义

获取或设置当前节点的数据内容。

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

当前节点的数据内容。

适用于