TabViewExternalTornOutTabsDroppedEventArgs.Items 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 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
The data items held by the tabs that have been dropped.