OnlinePictureQueryResult class
Provides a mechanism for retrieving online pictures currently stored on the device.
Syntax
Members
The OnlinePictureQueryResult class has these types of members:
Methods
The OnlinePictureQueryResult class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetPictureCountAsync | Retrieves the number of online pictures contained in the query result. |
| GetPicturesAsync | Returns a list of the online videos in the query result. |
| GetPicturesAsync(Int32) | Returns a list of the online pictures in the query result, limited to the specified number of items. |
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only] |
|
Namespace |
|
|
Metadata |
|
Attributes
- [MarshalingBehavior(Agile)]
- [Threading(Both)]
- [Version(0x06030000)]
Show: