Freigeben über


TreeViewNode.Content Eigenschaft

Definition

Ruft den Dateninhalt für den aktuellen Knoten ab oder legt diese fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.TreeViewNode.Content (informationen zu WinUI in der Windows App SDK finden Sie in den Windows App SDK Namespaces).

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

Eigenschaftswert

Object

Platform::Object

IInspectable

Der Dateninhalt für den aktuellen Knoten.

Gilt für: