OnlineMediaItemQueryResult class
Provides a mechanism for retrieving online media items currently stored on the device, including pictures, videos, and picture albums.
Syntax
Members
The OnlineMediaItemQueryResult class has these types of members:
Methods
The OnlineMediaItemQueryResult class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetItemCountAsync | Retrieves the number of online media items contained in the query result. |
| GetItemsAsync | Returns a list of the online media items in the query result. |
| GetItemsAsync(Int32) | Returns a list of the online media items 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)]