Sdílet prostřednictvím


TabViewExternalTornOutTabsDroppedEventArgs.Items Property

Definition

Gets the data items held by the tabs that have been dropped.

public:
 property Platform::Array <Platform::Object ^> ^ Items { Platform::Array <Platform::Object ^> ^ get(); };
winrt::array_view <IInspectable const&> Items();
public object[] Items { get; }
var object[] = tabViewExternalTornOutTabsDroppedEventArgs.items;
Public ReadOnly Property Items As Object()

Property Value

Object[]

Platform::Object[]

IInspectable[]

The data items held by the tabs that have been dropped.

Applies to