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

現在のノードのデータ コンテンツ。

適用対象