PickerLocationId class Enum

Identifies the storage location that the file picker presents to the user.

Windows.Storage.Pickers.PickerLocationId

Constructors

PickerLocationId()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ComputerFolder → const int
The Computer folder.
Desktop → const int
The Windows desktop.
DocumentsLibrary → const int
The Documents library.
Downloads → const int
The Downloads folder.
HomeGroup → const int
The HomeGroup.
MusicLibrary → const int
The Music library.
Objects3D → const int
The Objects library.
PicturesLibrary → const int
The Pictures library.
Unspecified → const int
An unspecified location.
VideosLibrary → const int
The Videos library.