TabViewExternalTornOutTabsDroppedEventArgs.Tabs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the tabs that have been dropped.
public:
property Platform::Array <UIElement ^> ^ Tabs { Platform::Array <UIElement ^> ^ get(); };
winrt::array_view <UIElement const&> Tabs();
public UIElement[] Tabs { get; }
var uIElement[] = tabViewExternalTornOutTabsDroppedEventArgs.tabs;
Public ReadOnly Property Tabs As UIElement()
Property Value
The tabs that have been dropped.