Share via


FolderLauncherOptions.ItemsToSelect Property

Definition

Provides the list of items to select when File Explorer displays the contents of the specified folder.

public:
 property IVector<IStorageItem ^> ^ ItemsToSelect { IVector<IStorageItem ^> ^ get(); };
IVector<IStorageItem> ItemsToSelect();
public IList<IStorageItem> ItemsToSelect { get; }
var iVector = folderLauncherOptions.itemsToSelect;
Public ReadOnly Property ItemsToSelect As IList(Of IStorageItem)

Property Value

The list of items to select when File Explorer displays the contents of the specified folder.

Remarks

You can add and remove items in this collection. The ItemsToSelect property is read-only, however, because you can't delete the collection that it returns or provide another instance of a collection.

Applies to