Partager via


PerceptionInfraredFrameSource.FindAllAsync Méthode

Définition

Recherche toutes les sources de trame infrarouge.

public:
 static IAsyncOperation<IVectorView<PerceptionInfraredFrameSource ^> ^> ^ FindAllAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<PerceptionInfraredFrameSource>> FindAllAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource.FindAllAsync may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceInformation.FindAllAsync instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 static IAsyncOperation<IVectorView<PerceptionInfraredFrameSource>> FindAllAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<PerceptionInfraredFrameSource>> FindAllAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource.FindAllAsync may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceInformation.FindAllAsync instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<IReadOnlyList<PerceptionInfraredFrameSource>> FindAllAsync();
function findAllAsync()
Public Shared Function FindAllAsync () As IAsyncOperation(Of IReadOnlyList(Of PerceptionInfraredFrameSource))

Retours

Une fois la méthode terminée, elle retourne de façon asynchrone une liste de sources de trames infrarouges.

Attributs

S’applique à