Udostępnij za pośrednictwem


TabViewExternalTornOutTabsDroppingEventArgs.Tabs Property

Definition

Gets the tabs that are being dropped.

public:
 property Platform::Array <UIElement ^> ^ Tabs { Platform::Array <UIElement ^> ^ get(); };
winrt::array_view <UIElement const&> Tabs();
public UIElement[] Tabs { get; }
var uIElement[] = tabViewExternalTornOutTabsDroppingEventArgs.tabs;
Public ReadOnly Property Tabs As UIElement()

Property Value

The tabs that are being dropped.

Applies to