Freigeben über


PerceptionInfraredFrameSource.FromIdAsync(String) Methode

Definition

Sucht nach einer Infrarotrahmenquelle, indem die eindeutige ID gesucht wird.

public:
 static IAsyncOperation<PerceptionInfraredFrameSource ^> ^ FromIdAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<PerceptionInfraredFrameSource> FromIdAsync(winrt::hstring const& id);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource.FromIdAsync may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceInformation.FromIdAsync instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 static IAsyncOperation<PerceptionInfraredFrameSource> FromIdAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PerceptionInfraredFrameSource> FromIdAsync(string id);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource.FromIdAsync may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceInformation.FromIdAsync instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<PerceptionInfraredFrameSource> FromIdAsync(string id);
function fromIdAsync(id)
Public Shared Function FromIdAsync (id As String) As IAsyncOperation(Of PerceptionInfraredFrameSource)

Parameter

id
String

Platform::String

winrt::hstring

Die eindeutige ID der Infrarotrahmenquelle.

Gibt zurück

Wenn die Methode abgeschlossen ist, wird asynchron eine Infrarotframequelle zurückgegeben, sofern eine mit der angegebenen ID vorhanden ist. Andernfalls gibt diese Methode asynchron nullptr zurück.

Attribute

Gilt für: