FolderLauncherOptions.ItemsToSelect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.