PhotoImportItemSelectionMode
PhotoImportItemSelectionMode
PhotoImportItemSelectionMode
PhotoImportItemSelectionMode
Enum
Definition
Specifies the initial selection state for items that are discovered using PhotoImportSession::FindItemsAsync.
public : enum class PhotoImportItemSelectionModepublic enum PhotoImportItemSelectionModePublic Enum PhotoImportItemSelectionMode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| SelectAll SelectAll SelectAll SelectAll | All found items are initially selected. |
| SelectNew SelectNew SelectNew SelectNew | New found items are initially selected. |
| SelectNone SelectNone SelectNone SelectNone | No found items are initially selected. |