Share via


IBitmapPropertiesView.GetPropertiesAsync(IIterable<String>) Methode

Definition

Ruft asynchron eine oder mehrere Bitmapeigenschaften ab.

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)

Parameter

propertiesToRetrieve

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Eine Auflistung von Zeichenfolgen, die die angegebenen Eigenschaftenschlüssel enthält.

Gibt zurück

Objekt, das den asynchronen Abruf der Bitmapeigenschaften verwaltet.

Attribute

Gilt für:

Weitere Informationen