Share via


WebAuthenticationCoreManager.CreateWebAccountMonitor Methode

Definition

Erstellt einen Webkontomonitor für watch angegebenen Konten.

public:
 static WebAccountMonitor ^ CreateWebAccountMonitor(IIterable<WebAccount ^> ^ webAccounts);
 static WebAccountMonitor CreateWebAccountMonitor(IIterable<WebAccount> const& webAccounts);
public static WebAccountMonitor CreateWebAccountMonitor(IEnumerable<WebAccount> webAccounts);
function createWebAccountMonitor(webAccounts)
Public Shared Function CreateWebAccountMonitor (webAccounts As IEnumerable(Of WebAccount)) As WebAccountMonitor

Parameter

webAccounts

IIterable<WebAccount>

IEnumerable<WebAccount>

Die zu überwachenden Webkonten.

Gibt zurück

Ein Webkontomonitor, der die angegebenen Konten überwacht.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: