StoreConfiguration.FilterUnsupportedSystemFeaturesAsync 方法

定義

假設有硬體功能的清單,這個方法會傳回修改的清單,其中包含目前裝置上支援的硬體功能。

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))

參數

systemFeatures

IIterable<StoreSystemFeature>

IEnumerable<StoreSystemFeature>

StoreSystemFeature物件清單,代表目前裝置上要查詢的硬體功能。

傳回

在成功完成時,非同步作業會傳回目前裝置上支援的硬體功能清單。 如果您使用 非同步程式設計,結果類型是 StoreSystemFeature 專案的唯讀清單/向量。 (您可以使用適用于 C++ 或 JavaScript 的IVectorView < StoreSystemFeature> API、適用于 .NET.) 的IReadOnlyList < StoreSystemFeature > API

屬性

適用於