IsolatedWindowsEnvironmentUserInfo.TryWaitForSignInAsync メソッド

定義

非推奨になりました。 この非同期待機関数は、Isolated Windows Environment のサインイン プロセスが完了すると を返します。 サインインに成功した場合は をfalse返します。それ以外の場合は を返trueします。

public:
 virtual IAsyncOperation<bool> ^ TryWaitForSignInAsync() = TryWaitForSignInAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryWaitForSignInAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IAsyncOperation<bool> TryWaitForSignInAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryWaitForSignInAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public IAsyncOperation<bool> TryWaitForSignInAsync();
function tryWaitForSignInAsync()
Public Function TryWaitForSignInAsync () As IAsyncOperation(Of Boolean)

戻り値

IAsyncOperation<bool>サインイン操作の成功を示す 。

属性

注釈

警告

これは非推奨の API です。

が呼び出されたときにサインインが完了すると TryWaitForSignInAsync 、API はすぐにが返されます true

適用対象