다음을 통해 공유


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

현재 노드의 데이터 콘텐츠입니다.

적용 대상