Condividi tramite


TreeViewSelectionChangedEventArgs.RemovedItems Proprietà

Definizione

Seleziona un elenco che contiene gli elementi deselezionati.

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

Valore della proprietà

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Raccolta tipizzata di elementi non selezionati in questo evento.

Si applica a

Vedi anche