Поделиться через


IBitmapPropertiesView.GetPropertiesAsync(IIterable<String>) Метод

Определение

Асинхронно извлекает одно или несколько свойств растрового рисунка.

public:
 IAsyncOperation<BitmapPropertySet ^> ^ GetPropertiesAsync(IIterable<Platform::String ^> ^ propertiesToRetrieve);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<BitmapPropertySet> GetPropertiesAsync(IIterable<winrt::hstring> const& propertiesToRetrieve);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<BitmapPropertySet> GetPropertiesAsync(IEnumerable<string> propertiesToRetrieve);
function getPropertiesAsync(propertiesToRetrieve)
Public Function GetPropertiesAsync (propertiesToRetrieve As IEnumerable(Of String)) As IAsyncOperation(Of BitmapPropertySet)

Параметры

propertiesToRetrieve

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Коллекция строк, содержащих указанные ключи свойств.

Возвращаемое значение

Объект , который управляет асинхронным получением свойств растрового изображения.

Атрибуты

Применяется к

См. также раздел