TabViewTabTearOutWindowRequestedEventArgs.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 selected tabs that are being dragged.
public:
property Platform::Array <Platform::Object ^> ^ Items { Platform::Array <Platform::Object ^> ^ get(); };
winrt::array_view <IInspectable const&> Items();
public object[] Items { get; }
var object[] = tabViewTabTearOutWindowRequestedEventArgs.items;
Public ReadOnly Property Items As Object()
Property Value
The data items held by the selected tabs that are being dragged.