IBitmapPropertiesView
IBitmapPropertiesView
IBitmapPropertiesView
IBitmapPropertiesView
Interface
Definition
Exposes methods for reading image metadata and properties.
public : interface IBitmapPropertiesViewpublic interface IBitmapPropertiesViewPublic Interface IBitmapPropertiesView// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
GetPropertiesAsync(IIterable)
GetPropertiesAsync(IIterable)
GetPropertiesAsync(IIterable)
GetPropertiesAsync(IIterable)
Asynchronously retrieves one or more bitmap properties.
public : IAsyncOperation<BitmapPropertySet> GetPropertiesAsync(IIterable<PlatForm::String> propertiesToRetrieve)public IAsyncOperation<BitmapPropertySet> GetPropertiesAsync(IEnumerable<String> propertiesToRetrieve)Public Function GetPropertiesAsync(propertiesToRetrieve As IEnumerable<String>) As IAsyncOperation( Of BitmapPropertySet )// You can use this method in JavaScript.
Parameters
- propertiesToRetrieve
- IIterable<PlatForm::String> IEnumerable<String> IEnumerable<String> IEnumerable<String>
A collection of strings containing the specified property keys.
Returns
IAsyncOperation<BitmapPropertySet>
IAsyncOperation<BitmapPropertySet>
IAsyncOperation<BitmapPropertySet>
IAsyncOperation<BitmapPropertySet>
Object that manages the asynchronous retrieval of the bitmap properties.