TreeViewDragItemsCompletedEventArgs.Items 属性

定义

获取为项拖动操作选择的对象的松散类型集合。

适用于 UWP 的等效 WinUI 2 API:Windows 应用 SDK中 WinUI 的 Microsoft.UI.Xaml.Controls.TreeViewDragItemsCompletedEventArgs.Items (,请参阅Windows 应用 SDK命名空间) 。

public:
 property IVectorView<Platform::Object ^> ^ Items { IVectorView<Platform::Object ^> ^ get(); };
IVectorView<IInspectable> Items();
public IReadOnlyList<object> Items { get; }
var iVectorView = treeViewDragItemsCompletedEventArgs.items;
Public ReadOnly Property Items As IReadOnlyList(Of Object)

属性值

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

对象的松散类型集合。

适用于