Partager via


TreeViewDragItemsStartingEventArgs.Items Propriété

Définition

Obtient la collection faiblement typée d’objets sélectionnés pour l’action de glissement d’élément.

API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.TreeViewDragItemsStartingEventArgs.Items (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

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)

Valeur de propriété

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Collection d’objets faiblement typés.

S’applique à