Condividi tramite


StoreConfiguration.FilterUnsupportedSystemFeaturesAsync Metodo

Definizione

Dato un elenco di funzionalità hardware, questo metodo restituisce un elenco modificato che contiene solo le funzionalità hardware supportate nel dispositivo corrente.

public:
 static IAsyncOperation<IVectorView<StoreSystemFeature> ^> ^ FilterUnsupportedSystemFeaturesAsync(IIterable<StoreSystemFeature> ^ systemFeatures);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<StoreSystemFeature>> FilterUnsupportedSystemFeaturesAsync(IIterable<StoreSystemFeature> const& systemFeatures);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<StoreSystemFeature>> FilterUnsupportedSystemFeaturesAsync(IEnumerable<StoreSystemFeature> systemFeatures);
function filterUnsupportedSystemFeaturesAsync(systemFeatures)
Public Shared Function FilterUnsupportedSystemFeaturesAsync (systemFeatures As IEnumerable(Of StoreSystemFeature)) As IAsyncOperation(Of IReadOnlyList(Of StoreSystemFeature))

Parametri

systemFeatures

IIterable<StoreSystemFeature>

IEnumerable<StoreSystemFeature>

Elenco di oggetti StoreSystemFeature che rappresentano le funzionalità hardware su cui eseguire query nel dispositivo corrente.

Restituisce

Un'operazione asincrona che, al completamento, restituisce un elenco di funzionalità hardware supportate nel dispositivo corrente. Se si usa la programmazione asincrona, il tipo di risultato è un elenco/vettore di sola lettura degli elementi StoreSystemFeature . È possibile usare le API di IVectorView<StoreSystemFeature> per C++ o JavaScript, API di IReadOnlyList<StoreSystemFeature> per .NET.

Attributi

Si applica a