Share via


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 を使用できます)。

属性

適用対象