TreeViewNode.Content Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Dateninhalts für den aktuellen Knoten.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe 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; }
Public Property Content As Object

Eigenschaftswert

Object

Platform::Object

IInspectable

Der Dateninhalt für den aktuellen Knoten.

Gilt für: