Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 677 Bytes

photoimportitemselectionmode.md

File metadata and controls

31 lines (21 loc) · 677 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Media.Import.PhotoImportItemSelectionMode
winrt enum
xbox

PhotoImportItemSelectionMode

-description

Specifies the initial selection state for items that are discovered using PhotoImportSession.FindItemsAsync.

-enum-fields

-field SelectAll:0

All found items are initially selected.

-field SelectNone:1

No found items are initially selected.

-field SelectNew:2

New found items are initially selected.

-remarks

-examples

-see-also