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++용 IVectorView<StoreSystemFeature> 또는 .NET용 IReadOnlyList<StoreSystemFeature>의 API인 JavaScript의 API를 사용할 수 있습니다.)

특성

적용 대상