TabView.TabItemsSource Eigenschaft

Definition

Dient zum Abrufen oder Festlegen einer Objektquelle, die zum Generieren der Registerkarten innerhalb der TabView verwendet wird.

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 ^ TabItemsSource { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable TabItemsSource();

void TabItemsSource(IInspectable value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
IInspectable TabItemsSource();

void TabItemsSource(IInspectable value);
public object TabItemsSource { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public object TabItemsSource { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
Public Property TabItemsSource As Object

Eigenschaftswert

Object

Platform::Object

IInspectable

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Gilt für: