Freigeben über


PerceptionColorFrameSource.FromIdAsync(String) Methode

Definition

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

public:
 static IAsyncOperation<PerceptionColorFrameSource ^> ^ FromIdAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<PerceptionColorFrameSource> FromIdAsync(winrt::hstring const& id);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource.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<PerceptionColorFrameSource> FromIdAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PerceptionColorFrameSource> FromIdAsync(string id);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource.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<PerceptionColorFrameSource> FromIdAsync(string id);
function fromIdAsync(id)
Public Shared Function FromIdAsync (id As String) As IAsyncOperation(Of PerceptionColorFrameSource)

Parameter

id
String

Platform::String

winrt::hstring

Die eindeutige ID der Farbrahmenquelle.

Gibt zurück

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

Attribute

Gilt für: