HumanPresenceSettings.GetCurrentSettingsAsync メソッド

定義

人間のプレゼンス検出のための現在のシステム設定を非同期的に取得します。

public:
 static IAsyncOperation<HumanPresenceSettings ^> ^ GetCurrentSettingsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<HumanPresenceSettings> GetCurrentSettingsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<HumanPresenceSettings> GetCurrentSettingsAsync();
function getCurrentSettingsAsync()
Public Shared Function GetCurrentSettingsAsync () As IAsyncOperation(Of HumanPresenceSettings)

戻り値

操作の非同期結果。 非同期呼び出しがいつ完了するかを判断するには、これを使用します。

属性

適用対象

こちらもご覧ください