TreeViewDragItemsStartingEventArgs.Items プロパティ

定義

項目のドラッグ アクションに対して選択されているオブジェクトの緩やかに型指定されたコレクションを取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TreeViewDragItemsStartingEventArgs.Items (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

public:
 property IVector<Platform::Object ^> ^ Items { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> Items();
public IList<object> Items { get; }
var iVector = treeViewDragItemsStartingEventArgs.items;
Public ReadOnly Property Items As IList(Of Object)

プロパティ値

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

オブジェクトの緩く型指定されたコレクション。

適用対象