WebAccountManager.SetPerAppToPerUserAccountAsync(WebAccount, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un collegamento per ogni app per account utente.
public:
static IAsyncAction ^ SetPerAppToPerUserAccountAsync(WebAccount ^ perAppAccount, Platform::String ^ perUserWebAccountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction SetPerAppToPerUserAccountAsync(WebAccount const& perAppAccount, winrt::hstring const& perUserWebAccountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetPerAppToPerUserAccountAsync(WebAccount perAppAccount, string perUserWebAccountId);
function setPerAppToPerUserAccountAsync(perAppAccount, perUserWebAccountId)
Public Shared Function SetPerAppToPerUserAccountAsync (perAppAccount As WebAccount, perUserWebAccountId As String) As IAsyncAction
Parametri
- perAppAccount
- WebAccount
Account Web per app.
- perUserWebAccountId
-
String
Platform::String
winrt::hstring
ID account Web dell'account Web per utente da collegare.
Restituisce
Questo metodo non restituisce valori.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)
|