Partager via


IBitmapPropertiesView.GetPropertiesAsync(IIterable<String>) Méthode

Définition

Récupère de manière asynchrone une ou plusieurs propriétés bitmap.

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)

Paramètres

propertiesToRetrieve

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Collection de chaînes contenant les clés de propriété spécifiées.

Retours

Objet qui gère la récupération asynchrone des propriétés bitmap.

Attributs

S’applique à

Voir aussi