Freigeben über


PhotoImportItemSelectionMode Enumeration

Definition

Gibt den anfänglichen Auswahlstatus für Elemente an, die mithilfe von PhotoImportSession.FindItemsAsync ermittelt werden.

public enum class PhotoImportItemSelectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhotoImportItemSelectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhotoImportItemSelectionMode
var value = Windows.Media.Import.PhotoImportItemSelectionMode.selectAll
Public Enum PhotoImportItemSelectionMode
Vererbung
PhotoImportItemSelectionMode
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

SelectAll 0

Alle gefundenen Elemente werden zunächst ausgewählt.

SelectNew 2

Neue gefundene Elemente werden zunächst ausgewählt.

SelectNone 1

Es werden zunächst keine gefundenen Elemente ausgewählt.

Gilt für: